Share via


NSExtensionContext_UNNotificationContentExtension.GetNotificationActions Method

Definition

[Foundation.Export("notificationActions")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UserNotifications.UNNotificationAction[] GetNotificationActions(this Foundation.NSExtensionContext This);
[<Foundation.Export("notificationActions")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetNotificationActions : Foundation.NSExtensionContext -> UserNotifications.UNNotificationAction[]

Parameters

This
NSExtensionContext

The instance on which this method operates.

Returns

Attributes

Applies to