IUNNotificationContentExtension.DidReceiveNotification(UNNotification) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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