Permissions

open class Permissions(source)

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

MDN Reference

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.

Link copied to clipboard

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