Property AuthorizationStatus
AuthorizationStatus
When the value is set to Authorized your app is allowed to schedule and receive local and remote notifications.
Declaration
public AuthorizationStatus AuthorizationStatus { get; }
Property Value
| Type | Description |
|---|---|
| AuthorizationStatus |
Remarks
When authorized, use the alertSetting, badgeSetting, and soundSetting properties to specify which types of interactions are allowed.
When the AuthorizationStatus value is Denied, the system doesn't deliver notifications to your app, and the system ignores any attempts to schedule local notifications.