GrantStatus

The unified state of a system permission across Android and iOS.

This enum standardizes platform-specific authorization states, enabling the UI layer to handle all scenarios consistently.

Entries

Link copied to clipboard

The permission has been granted by the user.

Link copied to clipboard

The permission is granted with limited scope.

Link copied to clipboard

The permission was denied, but can be requested again natively.

Link copied to clipboard

The permission was permanently denied and cannot be requested via system dialog.

Link copied to clipboard

The permission has never been requested in the current session/install.

Link copied to clipboard

A permission request is already in progress for this identifier.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.