public interface RequestPermissionCallback extends PermissionsAsyncCallback<RequestPermissionCallback.Params,RequestPermissionCallback.Action>
RequestPermissionCallback.Params
object.
Use the RequestPermissionCallback.Action.grant()
method to grant the requested permission.
Use the RequestPermissionCallback.Action.deny()
method to deny the requested permission.
If the callback throws an exception, the RequestPermissionCallback.Action.deny()
method will be invoked.
Modifier and Type | Interface and Description |
---|---|
static class |
RequestPermissionCallback.Action
An action providing a response to the
RequestPermissionCallback . |
static interface |
RequestPermissionCallback.Params
The parameters of the
RequestPermissionCallback . |
on