PushNotificationReceivedEventArgs.NotificationType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アプリ サーバーから受信したプッシュ通知の種類を取得します。
public:
property PushNotificationType NotificationType { PushNotificationType get(); };
PushNotificationType NotificationType();
public PushNotificationType NotificationType { get; }
var pushNotificationType = pushNotificationReceivedEventArgs.notificationType;
Public ReadOnly Property NotificationType As PushNotificationType
プロパティ値
受信したプッシュ通知の種類 (バッジ、タイル、トースト、または生)。
Windows の要件
アプリの機能 |
internetClient
|
注釈
セカンダリ タイルにバインドされたチャネルは、 タイル と バッジ の更新に対するプッシュ通知のみを受け入れます。 トースト 通知と 未加工 通知では、アプリケーションにバインドされたチャネルを使用する必要があります。