public interface PermissionHandler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PermissionHandler.PermissionCallback
Callback interface to get information about permission status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
askForNotGrantedPermissions()
Perform action to ask a user for not granted permissions.
|
void |
askForNotGrantedPermissions(PermissionHandler.PermissionCallback callback)
Perform action to ask a user for not granted permissions.
|
void askForNotGrantedPermissions()
void askForNotGrantedPermissions(PermissionHandler.PermissionCallback callback)
callback - the callback with the information whether user has granted the permission.