共用方式為


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 回 的動作。

屬性

適用於