BaiduNotification クラス

定義

Baidu 通知ハブ通知 (ターゲット タグを含む) を表します

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

コンストラクター

BaiduNotification(String)

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

BaiduNotification(String, Nullable<Int32>)

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

プロパティ

Body

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

(継承元 Notification)
ContentType

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

(継承元 Notification)
Headers

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

(継承元 Notification)
MessageType

メッセージの種類を取得または設定します。

PlatformType

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

(継承元 Notification)
Tag
古い.

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

(継承元 Notification)

メソッド

AddOrUpdateHeader(String, String)

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

(継承元 Notification)
OnValidateAndPopulateHeaders()

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

(継承元 Notification)

適用対象