MultiplePermissionsState

A state object that can be hoisted to control and observe multiple permissions status changes.

In most cases, this will be created via rememberMultiplePermissionsState.

It's recommended that apps exercise the permissions workflow as described in the documentation.

Functions

Link copied to clipboard

Request the permissions to the user.

Properties

Link copied to clipboard

When true, the user has granted all permissions.

Link copied to clipboard

List of all permissions to request.

Link copied to clipboard

List of permissions revoked by the user.

Link copied to clipboard

When true, the user should be presented with a rationale.