Поделиться через


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.

Атрибуты

Применяется к