PushNotificationReceivedEventArgs.NotificationType Propriété

Définition

Obtient le type de notification Push qui a été reçue du serveur d’applications.

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

Valeur de propriété

Type (badge, vignette, toast ou brut) de la notification Push qui a été reçue.

Configuration requise pour Windows

Fonctionnalités de l’application
internetClient

Remarques

Les canaux liés aux vignettes secondaires acceptent uniquement les notifications Push pour les mises à jour des vignettes et des badges . Les notifications Toast et Raw doivent utiliser un canal lié à une application.

S’applique à

Voir aussi