Enum ISN_UNAuthorizationStatus
Constants indicating whether the app is allowed to schedule notifications.
Namespace: SA.iOS.UserNotifications
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_UNAuthorizationStatus
Fields
| Name | Description |
|---|---|
| Authorized | The application is authorized to post user notifications. |
| Denied | The application is not authorized to post user notifications. |
| NotDetermined | The user has not yet made a choice regarding whether the application may post user notifications. |