UNMutableNotificationContent.ThreadIdentifier Property

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string ThreadIdentifier { [Foundation.Export("threadIdentifier")] get; [Foundation.Export("setThreadIdentifier:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("threadIdentifier")>]
[<set: Foundation.Export("setThreadIdentifier:")>]
member this.ThreadIdentifier : string with get, set

Property Value

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

Attributes

Applies to