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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.