PermissionStatus
Wisej.Hybrid.Modules.Permissions.PermissionStatus
Namespace: Wisej.Hybrid.Modules.Permissions
Assembly: Wisej.Hybrid (3.5.0.0)
Permission statuses.
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 |
---|---|
Requests the specified permission from the user. |
Last updated