public interface MultiplePermissionsListener
| Modifier and Type | Method and Description |
|---|---|
void |
onPermissionRationaleShouldBeShown(java.util.List<PermissionRequest> permissions,
PermissionToken token)
Method called whenever Android asks the application to inform the user of the need for the
requested permissions.
|
void |
onPermissionsChecked(MultiplePermissionsReport report)
Method called when all permissions has been completely checked
|
void onPermissionsChecked(MultiplePermissionsReport report)
report - In detail report with all the permissions that has been denied and grantedvoid onPermissionRationaleShouldBeShown(java.util.List<PermissionRequest> permissions, PermissionToken token)
permissions - The permissions that has been requested. Collections of values found in
Manifest.permissiontoken - Token used to continue or cancel the permission request process. The permission
request process will remain blocked until one of the token methods is called