Compartilhar via


UNUserNotificationCenter.GetDeliveredNotificationsAsync Método

Definição

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

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

Retornos

As notificações entregues que ainda estão no centro de notificações.

Atributos

Comentários

O método GetDeliveredNotificationsAsync é adequado para ser usado com assíncrono do C# retornando o controle para o chamador com uma Tarefa que representa a operação.

A ser adicionado.

Aplica-se a