次の方法で共有


IUNNotificationContentExtension.DidReceiveNotification(UNNotification) メソッド

定義

アプリケーションが通知を送信したときに呼び出されるメソッド。

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

パラメーター

notification
UNNotification

送信された通知。

属性

適用対象