permissions
abstract fun permissions(firstPermission: String, vararg otherPermissions: String): PermissionRequestBuilder
Content copied to clipboard
Sets the permissions that must be requested.
Return
the builder itself.
Parameters
first Permission
the first permission that must be requested.
other Permissions
the other permissions that must be requested, if the request should handle more than one permission.