public class BaseMultiplePermissionsListener extends java.lang.Object implements MultiplePermissionsListener
MultiplePermissionsListener to allow extensions to implement
only the required methods| Constructor and Description |
|---|
BaseMultiplePermissionsListener() |
| 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
|
public void onPermissionsChecked(MultiplePermissionsReport report)
MultiplePermissionsListeneronPermissionsChecked in interface MultiplePermissionsListenerreport - In detail report with all the permissions that has been denied and grantedpublic void onPermissionRationaleShouldBeShown(java.util.List<PermissionRequest> permissions, PermissionToken token)
MultiplePermissionsListeneronPermissionRationaleShouldBeShown in interface MultiplePermissionsListenerpermissions - 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