onRequestPermissionsResult

open override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<out String>, grantResults: IntArray)

Callback for permission request results. Calls verifyPermissions if a permission has not been granted.

Parameters

requestCode

Request code of the permission(s)

permissions

The permission(s) requested

grantResults

Whether or not the permission(s) have been granted