Enumeration GeolocationStatus

Enumeration Members

Enumeration Members

GRANTED: "GRANTED"

The permission is granted.

DENIED: "DENIED"

The permission has not been requested or is denied but requestable.

BLOCKED: "BLOCKED"

The permission is denied and not requestable anymore. You may still direct the user to your app's system settings to ask them to reconsider.

🚨 Android only: Default response is BLOCKED before the first permission request.

LIMITED: "LIMITED"

The permission is granted but with limitations.

UNAVAILABLE: "UNAVAILABLE"

This feature is not available (on this device / in this context).

Generated using TypeDoc