PermissionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible statuses of a permission.
public enum class PermissionStatus
public enum PermissionStatus
type PermissionStatus =
Public Enum PermissionStatus
- Inheritance
-
PermissionStatus
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The permission is in an unknown state. |
Denied | 1 | The user denied the permission request |
Disabled | 2 | The feature is disabled on the device. |
Granted | 3 | The user granted permission or is automatically granted. |
Restricted | 4 | In a restricted state. |
Limited | 5 | In a limited state (only iOS). |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.