次の方法で共有


NotificationRegistration クラス

定義

には NotificationRegistration 、通知ハブを介してプッシュ通知用のデバイスを登録するための情報が含まれます。

public class NotificationRegistration
type NotificationRegistration = class
Public Class NotificationRegistration
継承
NotificationRegistration

コンストラクター

NotificationRegistration()

には NotificationRegistration 、通知ハブを介してプッシュ通知用のデバイスを登録するための情報が含まれます。

プロパティ

DeviceId

特定のプラットフォームに固有の一意識別子。 Windows プッシュ通知サービス (WNS) または Microsoft プッシュ通知サービス (MPNS) の場合はチャネル URI、Apple プッシュ通知サービスの場合はデバイス トークン、Chrome の Google Cloud Messaging の場合は登録 ID です。

Expiration

登録の有効期間を示すタイムスタンプ。

Headers

登録時に Windows プッシュ通知サービスまたは Microsoft プッシュ通知サービスに送信される追加の HTTP ヘッダー。

Platform

この登録のプラットフォーム。 プラットフォームは、wns、mpns、apns、または gcm のいずれかの値である必要があります。wns は "Windows プッシュ通知サービス" を表し、mpns は "Microsoft プッシュ通知サービス"、apns は "Apple Push Notification Service"、gcm は "Google Cloud Messaging for Chrome" です。

RegistrationId

この登録の Notification Hub 登録 ID。

Tags

この通知ハブに使用するタグのコレクション。

TemplateBody

メッセージをクライアント固有の通知メッセージにマップできるようにするテンプレート。

TemplateName

の名前を提供します TemplateBody。 が設定されている場合 TemplateBody は、このフィールドが必要です。

適用対象