UNUserNotificationCenter.GetDeliveredNotifications メソッド

定義

通知センターに残っている配信済み通知を返し、返される前に処理します。

[Foundation.Export("getDeliveredNotificationsWithCompletionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GetDeliveredNotifications (Action<UserNotifications.UNNotification[]> completionHandler);
abstract member GetDeliveredNotifications : Action<UserNotifications.UNNotification[]> -> unit
override this.GetDeliveredNotifications : Action<UserNotifications.UNNotification[]> -> unit

パラメーター

completionHandler
Action<UNNotification[]>

配信された通知の配列を受け取り、 を返す voidアクション。

属性

適用対象