Share via


UNNotificationSettings.AuthorizationStatus Property

Definition

Gets a value that tells whether the app may post alerts to the user with notifications.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNAuthorizationStatus AuthorizationStatus { [Foundation.Export("authorizationStatus")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("authorizationStatus")>]
member this.AuthorizationStatus : UserNotifications.UNAuthorizationStatus

Property Value

A value that tells whether the app may post alerts to the user with notifications.

Attributes

Applies to