Partager via


UNUserNotificationCenter.GetDeliveredNotificationsAsync Méthode

Définition

Retourne les notifications remises qui se trouvent toujours dans le centre de notifications, en les traitant avant d’être retournées.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<UserNotifications.UNNotification[]> GetDeliveredNotificationsAsync ();
abstract member GetDeliveredNotificationsAsync : unit -> System.Threading.Tasks.Task<UserNotifications.UNNotification[]>
override this.GetDeliveredNotificationsAsync : unit -> System.Threading.Tasks.Task<UserNotifications.UNNotification[]>

Retours

Notifications remises qui se trouvent toujours dans le centre de notifications.

Attributs

Remarques

La méthode GetDeliveredNotificationsAsync est appropriée pour être utilisée avec Async C# en retournant le contrôle à l’appelant avec une tâche représentant l’opération.

À ajouter.

S’applique à