Listener

interface Listener

Listener used to notify changed about the permissions' state.

Functions

onPermissionsResult
Link copied to clipboard
abstract fun onPermissionsResult(result: List<PermissionStatus>)

Notified when the permissions request ended and a status for each permission is available.

Inheritors

RuntimePermissionRequest
Link copied to clipboard