Share via


IUNNotificationContentExtension.DidReceiveNotification(UNNotification) Method

Definition

Method that is called when the application is sent a notification.

[Foundation.Export("didReceiveNotification:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidReceiveNotification(UserNotifications.UNNotification notification);
[<Foundation.Export("didReceiveNotification:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidReceiveNotification : UserNotifications.UNNotification -> unit
override this.DidReceiveNotification : UserNotifications.UNNotification -> unit

Parameters

notification
UNNotification

The notification that was sent.

Attributes

Applies to