次の方法で共有


InstallationCommon interface

Notification Hubs のデバイスのインストールを表します。

プロパティ

expirationTime

インストールの有効期限。

installationId

インストールの ID。

lastUpdate

インストールの最終更新日。

pushChannelExpired

PNS がチャネルの有効期限を切れた場合、このパラメーターは true です。

pushVariables

インストールのプッシュ変数。

tags

このインストールをターゲットにするために使用されるタグ。

templates

インストール用のテンプレート。

userId

ターゲット設定に使用するインストールのユーザー ID。

プロパティの詳細

expirationTime

インストールの有効期限。

expirationTime?: string

プロパティ値

string

installationId

インストールの ID。

installationId: string

プロパティ値

string

lastUpdate

インストールの最終更新日。

lastUpdate?: string

プロパティ値

string

pushChannelExpired

PNS がチャネルの有効期限を切れた場合、このパラメーターは true です。

pushChannelExpired?: boolean

プロパティ値

boolean

pushVariables

インストールのプッシュ変数。

pushVariables?: Record<string, string>

プロパティ値

Record<string, string>

tags

このインストールをターゲットにするために使用されるタグ。

tags?: string[]

プロパティ値

string[]

templates

インストール用のテンプレート。

templates?: Record<string, InstallationTemplate>

プロパティ値

Record<string, InstallationTemplate>

userId

ターゲット設定に使用するインストールのユーザー ID。

userId?: string

プロパティ値

string