Listener

fun interface Listener

Listener notified when a permissions request ends.

Functions

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

Notifies when the status of each permission can be established. Below API 23, this method and checkStatus have the same behavior since the permissions status can be checked without sending a runtime request. Below API 23, the possible status are: