Compartilhar via


UNUserNotificationCenter.GetDeliveredNotifications Método

Definição

Retorna as notificações entregues que ainda estão no centro de notificação, processando-as antes de serem retornadas.

[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[]>

Uma ação que usa uma matriz das notificações entregues e retorna void.

Atributos

Aplica-se a