Permission State
A state object that can be hoisted to control and observe permission status changes.
In most cases, this will be created via rememberPermissionState.
It's recommended that apps exercise the permissions workflow as described in the documentation.
Functions
launchPermissionRequest
Link copied to clipboard
abstract fun launchPermissionRequest()
Content copied to clipboard
Request the permission to the user.
Properties
hasPermission
Link copied to clipboard
permission
Link copied to clipboard
permissionRequested
Link copied to clipboard
shouldShowRationale
Link copied to clipboard