Share via


UNNotificationSettings.BadgeSetting Property

Definition

Gets a value that tells whether the notification may update the app's badge.

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

Property Value

A value that tells whether the notification may update the app's badge..

Attributes

Applies to