-
public final class FragmentPermissionLauncher extends PermissionLauncher
Permission launcher for a unique permission from a Fragment.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>permission
-
Constructor Summary
Constructors Constructor Description FragmentPermissionLauncher(Fragment fragment, String permission)
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getPermission()Requested permission. -
-
Method Detail
-
getPermission
final <ERROR CLASS> getPermission()
Requested permission.
-
-
-
-