on Request Permissions Result
open override fun onRequestPermissionsResult(requestCode: Int, permissions: Array<out String>, grantResults: IntArray)
Content copied to clipboard
Callback for permission request results. Calls verifyPermissions if a permission has not been granted.
Parameters
request Code
Request code of the permission(s)
permissions
The permission(s) requested
grant Results
Whether or not the permission(s) have been granted