MpnsNotification クラス

定義

Microsoft プッシュ通知サービス (MPNS) の通知を提供します。

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

コンストラクター

MpnsNotification(String)

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

MpnsNotification(String, IDictionary<String,String>)

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

MpnsNotification(String, IDictionary<String,String>, String)
古い.

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

MpnsNotification(String, String)
古い.

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

MpnsNotification(XmlDocument)

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

MpnsNotification(XmlDocument, IDictionary<String,String>)

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

MpnsNotification(XmlDocument, IDictionary<String,String>, String)
古い.

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

MpnsNotification(XmlDocument, String)
古い.

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

プロパティ

Body

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

(継承元 Notification)
ContentType

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

(継承元 Notification)
Headers

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

(継承元 Notification)
PlatformType

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

(継承元 Notification)
Tag
古い.

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

(継承元 Notification)

メソッド

AddOrUpdateHeader(String, String)

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

(継承元 Notification)
OnValidateAndPopulateHeaders()

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

(継承元 Notification)

適用対象