Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
sealed interface PermissionName
Link copied to clipboard
open class Permissions

The Permissions interface of the Permissions API provides the core Permission API functionality, such as methods for querying and revoking permissions

Link copied to clipboard
sealed interface PermissionState
Link copied to clipboard

The PermissionStatus interface of the Permissions API provides the state of an object and an event handler for monitoring changes to said state.

Properties

Functions

Link copied to clipboard
inline suspend fun Permissions.query(permissionDesc: PermissionDescriptor): PermissionStatus

The query() method of the Permissions interface returns the state of a user permission on the global scope.