UNUserNotificationCenter.GetDeliveredNotificationsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.