Share via


UNNotificationSettings.AlertStyle Property

Definition

Gets a value that indicates the alert styles that the app may display.

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

Property Value

A value that indicates the alert styles that the app may display.

Attributes

Applies to