Share via


UNNotificationRequest.Identifier Property

Definition

Gets the identifier that the application uses to identify the notification.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string Identifier { [Foundation.Export("identifier")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("identifier")>]
member this.Identifier : string

Property Value

The identifier that the application uses to identify the notification.

Attributes

Applies to