Enum PermissionStatus
Represents a status of the Android runtime permission.
Namespace: Unity.Notifications.Android
Syntax
public enum PermissionStatus
Fields
Name | Description | Value |
---|---|---|
NotRequested | No permission as user was not prompted for it. |
0 |
Allowed | User gave permission. |
1 |
Denied | User denied permission. |
2 |
DeniedDontAskAgain | No longer used. User denied permission and expressed intent to not be prompted again. |
3 |
RequestPending | A request for permission was made and user hasn't responded yet. |
4 |
NotificationsBlockedForApp | Notifications are blocked for this app. Before API level 33 this means they were disabled in Settings.
|
5 |