Partager via


UNUserNotificationCenter.GetDeliveredNotifications Méthode

Définition

Retourne les notifications remises qui se trouvent toujours dans le centre de notifications, en les traitant avant qu’elles ne soient retournées.

[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

Paramètres

completionHandler
Action<UNNotification[]>

Action qui prend un tableau des notifications remises et retourne void.

Attributs

S’applique à