| Interface | Description |
|---|---|
| RequestDialogListener |
Activity callback for
RequestPermissionsImageFragment and RequestPermissionsTextFragment. |
| Class | Description |
|---|---|
| Permission |
Pojo to represent a Permission with the rationale.
|
| Permission.Builder | |
| RequestPermissionsBaseActivity |
A base Activity that can be used to request permissions from the user if necessary.
|
| RequestPermissionsImageFragment |
DialogFragment that will produce the overlay for the permissions module.
|
| RequestPermissionsImageFragment.Params | |
| RequestPermissionsSoftAskActivity |
An Activity that can be used to ask the user for provided permissions.
|
| RequestPermissionsSoftAskActivity.IntentBuilder |
Builder that can be used to generate an Intent which will start this Activity.
|
| RequestPermissionsTextFragment |
Fragment that can be used if showing a text-only dialog.
|
| RequestPermissionsTextFragment.Params |
Configuration object for the text fragment.
|