Freigeben über


PushNotificationReceivedEventArgs.NotificationType Eigenschaft

Definition

Ruft den Typ der Pushbenachrichtigung ab, die vom App-Server empfangen wurde.

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

Eigenschaftswert

Der Typ (Signal, Kachel, Popup oder unformatiert) der empfangenen Pushbenachrichtigung.

Windows-Anforderungen

App-Funktionen
internetClient

Hinweise

Kanäle, die an sekundäre Kacheln gebunden sind, akzeptieren nur Pushbenachrichtigungen für Kachel- und Signalupdates . Popup - und Unformatierte Benachrichtigungen müssen einen Kanal verwenden, der an eine Anwendung gebunden ist.

Gilt für:

Weitere Informationen