permissions

open override fun permissions(firstPermission: String, vararg otherPermissions: String): PermissionRequestBuilder

Sets the permissions that must be requested.

Return

the builder itself.

Parameters

firstPermission

the first permission that must be requested.

otherPermissions

the other permissions that must be requested, if the request should handle more than one permission.