Share via


IUNNotificationContentExtension.DidReceiveNotificationResponse Method

Definition

[Foundation.Export("didReceiveNotificationResponse:completionHandler:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveNotificationResponse(UserNotifications.UNNotificationResponse response, Action<UserNotificationsUI.UNNotificationContentExtensionResponseOption> completion);
[<Foundation.Export("didReceiveNotificationResponse:completionHandler:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveNotificationResponse : UserNotifications.UNNotificationResponse * Action<UserNotificationsUI.UNNotificationContentExtensionResponseOption> -> unit
override this.DidReceiveNotificationResponse : UserNotifications.UNNotificationResponse * Action<UserNotificationsUI.UNNotificationContentExtensionResponseOption> -> unit

Parameters

Attributes

Applies to