Runtime Permission Request
fun RuntimePermissionRequest(activity: Activity, permissions: Array<out String>, handler: RuntimePermissionHandler)
Content copied to clipboard
Parameters
activity
the Activity used to check the permissions status.
permissions
the set of permissions that must be checked.
handler
the RuntimePermissionHandler which all checks on permissions are delegated to.