PermissionStatus
Namespace: Wisej.Hybrid.Modules.Permissions
Assembly: Wisej.Hybrid
Permission statuses.
- C#
- VB.NET
public enum PermissionStatus : Enum
Public Enum PermissionStatus As [Enum]
Fields
| Name | Description |
|---|---|
| Denied | The user has denied the permission. |
| Disabled | The permission is disabled for the app. |
| Granted | The user has granted permission. |
| Limited | The permission is limited for the app. |
| Restricted | The permission is restricted for the app. |
| Unknown | The permission hasn't been granted or requested and is in an unknown state. |
Used By
| Name | Description |
|---|---|
| DevicePermissions.Request | Requests the specified permission from the user. |