Share via


UNNotificationResponse.ActionIdentifier Property

Definition

Gets the action identifer that tells what the user did in response to the notification.

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

Property Value

The action identifer that tells what the user did in response to the notification.

Attributes

Applies to