onPermissionsResult

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:

Parameters

result

the status of each permission.