UNMutableNotificationContent.ThreadIdentifier Property

Definition

Gets or sets an application-specific identifier that is used to group notifications.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string ThreadIdentifier { [Foundation.Export("threadIdentifier")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setThreadIdentifier:")] [ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ThreadIdentifier : string with get, set

Property Value

An application-specific identifier that is used to group notifications.

Attributes

Applies to