AdmNotification クラス

定義

Amazon Device Messaging (ADM) 通知を表します。

public sealed class AdmNotification : Microsoft.Azure.NotificationHubs.Notification, Microsoft.Azure.NotificationHubs.INativeNotification
type AdmNotification = class
    inherit Notification
    interface INativeNotification
Public NotInheritable Class AdmNotification
Inherits Notification
Implements INativeNotification
継承
AdmNotification
実装

コンストラクター

AdmNotification(String)

AdmNotification クラスの新しいインスタンスを初期化します。

プロパティ

Body

通知本文を取得または設定します。

(継承元 Notification)
ContentType

通知コンテンツの種類を取得または設定します。

(継承元 Notification)
Headers

通知ヘッダーを取得または設定します。

(継承元 Notification)
PlatformType

プラットフォームの型を取得します。

(継承元 Notification)
Tag
古い.

通知タグを取得または設定します。

(継承元 Notification)

メソッド

AddOrUpdateHeader(String, String)

指定したキーと値を使用してヘッダーを追加または更新します。

(継承元 Notification)
OnValidateAndPopulateHeaders()

ヘッダーを検証して設定します。

(継承元 Notification)

適用対象