public interface PermissionsCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onPermissionsResponse(oracle.maf.api.platform.android.PermissionGroup permissionGroup,
boolean hasPermissions)
Callback from the system that happens after a user requests permissions
from the specified permission group.
|
void onPermissionsResponse(oracle.maf.api.platform.android.PermissionGroup permissionGroup,
boolean hasPermissions)
permissionGroup - the permission group that requested permissions.hasPermissions - true if the user granted permissions, otherwise false.