UNUserNotificationCenter.GetDeliveredNotificationsAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.