CKNotificationInfo.ShouldBadge Property

Definition

Gets or sets a Boolean value that tells whether the app should increment the badge when the notification is received..

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldBadge { [Foundation.Export("shouldBadge")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setShouldBadge:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ShouldBadge : bool with get, set

Property Value

Attributes

Applies to