RuntimePermissionRequest

fun RuntimePermissionRequest(activity: Activity, permissions: Array<out String>, handler: RuntimePermissionHandler)

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.