Share via


NSExtensionContext_UNNotificationContentExtension.SetNotificationActions Method

Definition

[Foundation.Export("setNotificationActions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetNotificationActions(this Foundation.NSExtensionContext This, UserNotifications.UNNotificationAction[] actions);
[<Foundation.Export("setNotificationActions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetNotificationActions : Foundation.NSExtensionContext * UserNotifications.UNNotificationAction[] -> unit

Parameters

This
NSExtensionContext

The instance on which this method operates.

Attributes

Applies to