次の方法で共有


NotificationInstallation クラス

定義

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

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

コンストラクター

NotificationInstallation()

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

プロパティ

InstallationId

登録するデバイスのインストール ID。

Platform

このインストールのプラットフォーム。 プラットフォームは、wns、apns のいずれかの値である必要があります。
wns は "Windows プッシュ通知サービス" を表し、apns は "Apple Push Notification Service" です。

PushChannel

WNS のインストールを登録する場合のチャネル URI。APNS に登録する場合は、デバイス トークン。

SecondaryTiles

このインストールに登録するオブジェクトへの NotificationSecondaryTile セカンダリ タイル名のディクショナリ。

Tags

このインストールに登録するタグの一覧。

Templates

オブジェクトに対する NotificationTemplate テンプレート名のディクショナリ。

適用対象