次の方法で共有


DeviceTokenInstallation interface

文字列ベースのデバイス トークンを持つインストールを表します。

Extends

プロパティ

pushChannel

デバイスのプッシュ チャネル。

継承されたプロパティ

expirationTime

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

installationId

インストールの ID。

lastUpdate

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

pushChannelExpired

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

pushVariables

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

tags

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

templates

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

userId

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

プロパティの詳細

pushChannel

デバイスのプッシュ チャネル。

pushChannel: string

プロパティ値

string

継承されたプロパティの詳細

expirationTime

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

expirationTime?: string

プロパティ値

string

InstallationCommon.expirationTime から継承

installationId

インストールの ID。

installationId: string

プロパティ値

string

InstallationCommon.installationId から継承された

lastUpdate

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

lastUpdate?: string

プロパティ値

string

InstallationCommon.lastUpdate から継承された

pushChannelExpired

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

pushChannelExpired?: boolean

プロパティ値

boolean

InstallationCommon.pushChannelExpired から継承された

pushVariables

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

pushVariables?: Record<string, string>

プロパティ値

Record<string, string>

InstallationCommon.pushVariables から継承された

tags

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

tags?: string[]

プロパティ値

string[]

InstallationCommon.tags から継承された

templates

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

templates?: Record<string, InstallationTemplate>

プロパティ値

Record<string, InstallationTemplate>

InstallationCommon.templates から継承された

userId

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

userId?: string

プロパティ値

string

InstallationCommon.userId から継承された