PermissionState#

Added in version 2.40.

class PermissionState#

Enum values representing query permission results.

Fields#

class PermissionState
DENIED#

Access to the feature is denied.

GRANTED#

Access to the feature is granted.

PROMPT#

Access to the feature has to be requested via user prompt.