Enum AuthorizationStatus
Enum indicating whether the app is allowed to schedule notifications.
Namespace: Unity.Notifications.iOS
Syntax
public enum AuthorizationStatus
Fields
| Name | Description |
|---|---|
| Authorized | The application is authorized to post notifications. |
| Denied | The application is not authorized to post notifications. |
| NotDetermined | The user has not yet made a choice regarding whether the application may post notifications. |