PermissionState

interface PermissionState

An interface for querying and requesting a permission.

Properties

Link copied to clipboard
abstract val isGranted: Boolean

Whether the permission has been granted.

Functions

Link copied to clipboard
abstract suspend fun launchPermissionRequest()

Requests the permission.