Compartir a través de


UserNotificationListener.GetNotificationsAsync(NotificationKinds) Método

Definición

Recupera de forma asincrónica las notificaciones que coinciden con el tipo de notificación especificado.

public:
 virtual IAsyncOperation<IVectorView<UserNotification ^> ^> ^ GetNotificationsAsync(NotificationKinds kinds) = GetNotificationsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<UserNotification>> GetNotificationsAsync(NotificationKinds const& kinds);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<UserNotification>> GetNotificationsAsync(NotificationKinds kinds);
function getNotificationsAsync(kinds)
Public Function GetNotificationsAsync (kinds As NotificationKinds) As IAsyncOperation(Of IReadOnlyList(Of UserNotification))

Parámetros

kinds
NotificationKinds

Tipo de notificación que se va a recuperar.

Devoluciones

Colección de notificaciones del tipo especificado.

Atributos

Se aplica a