@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
PermissionsAsyncCallback<P,R extends AsyncCallbackAction> |
A common interface for all asynchronous permission service callbacks must extend.
|
PermissionsCallback |
A common interface for all permission service callbacks must extend.
|
RequestPermissionCallback |
This callback is invoked when a web page requests a permission, for example to enable
geolocation or notifications.
|
RequestPermissionCallback.Params |
The parameters of the
RequestPermissionCallback . |
Class | Description |
---|---|
RequestPermissionCallback.Action |
An action providing a response to the
RequestPermissionCallback . |