send
inline fun PermissionRequest.send(crossinline callback: (List<PermissionStatus>) -> Unit)
Content copied to clipboard
Sends the PermissionRequest and performs the checks on its status. The result will be returned in the given callback.
Parameters
callback
the callback which should be invoked when the result of the permissions' request is returned.