send

inline fun PermissionRequest.send(crossinline callback: (List<PermissionStatus>) -> Unit)

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.