Share via


UNNotificationAction.Options Property

Definition

Gets the unique identifier that the application will use to find the action.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UserNotifications.UNNotificationActionOptions Options { [Foundation.Export("options")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("options")>]
member this.Options : UserNotifications.UNNotificationActionOptions

Property Value

The unique identifier that the application will use to find the action.

Attributes

Applies to