IUNNotificationContentExtension.DidReceiveNotification(UNNotification) Method

Definition

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

[Foundation.Export("didReceiveNotification:")]
[Foundation.Preserve(Conditional=true)]
public void DidReceiveNotification (UserNotifications.UNNotification notification);
abstract member DidReceiveNotification : UserNotifications.UNNotification -> unit

Parameters

notification
UNNotification

The notification that was sent.

Attributes

Applies to