PushNotificationReceivedEventArgs.NotificationType プロパティ

定義

アプリ サーバーから受信したプッシュ通知の種類を取得します。

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

プロパティ値

受信したプッシュ通知の種類 (バッジ、タイル、トースト、または生)。

Windows の要件

アプリの機能
internetClient

注釈

セカンダリ タイルにバインドされたチャネルは、 タイルバッジ の更新に対するプッシュ通知のみを受け入れます。 トースト 通知と 未加工 通知では、アプリケーションにバインドされたチャネルを使用する必要があります。

適用対象

こちらもご覧ください