Compartir a través de


UNUserNotificationCenter.GetDeliveredNotifications Método

Definición

Devuelve las notificaciones entregadas que todavía están en el centro de notificaciones y las procesa antes de que se devuelvan.

[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

Parámetros

completionHandler
Action<UNNotification[]>

Acción que realiza una matriz de las notificaciones entregadas y devuelve void.

Atributos

Se aplica a