Compartir a través de


PushNotificationReceivedEventArgs.NotificationType Propiedad

Definición

Obtiene el tipo de notificación push que se ha recibido del servidor de aplicaciones.

public:
 property PushNotificationType NotificationType { PushNotificationType get(); };
PushNotificationType NotificationType();
public PushNotificationType NotificationType { get; }
var pushNotificationType = pushNotificationReceivedEventArgs.notificationType;
Public ReadOnly Property NotificationType As PushNotificationType

Valor de propiedad

Tipo (distintivo, icono, notificación del sistema o sin procesar) de notificación push que se ha recibido.

Requisitos de Windows

Características de aplicaciones
internetClient

Comentarios

Los canales enlazados a iconos secundarios solo aceptarán notificaciones push para las actualizaciones de iconos y distintivos . Las notificaciones del sistema y sin procesar deben usar un canal enlazado a una aplicación.

Se aplica a

Consulte también