次の方法で共有


XiaomiInstallation interface

Xiaomi ベースのインストールを表します。

Extends

プロパティ

platform

インストール用のプラットフォーム。

継承されたプロパティ

expirationTime

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

installationId

インストールの ID。

lastUpdate

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

pushChannel

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

pushChannelExpired

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

pushVariables

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

tags

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

templates

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

userId

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

プロパティの詳細

platform

インストール用のプラットフォーム。

platform: "xiaomi"

プロパティ値

"xiaomi"

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

expirationTime

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

expirationTime?: string

プロパティ値

string

deviceTokenInstallation.expirationTime から継承

installationId

インストールの ID。

installationId: string

プロパティ値

string

deviceTokenInstallation.installationId から継承

lastUpdate

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

lastUpdate?: string

プロパティ値

string

DeviceTokenInstallation.lastUpdate から継承された

pushChannel

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

pushChannel: string

プロパティ値

string

deviceTokenInstallation.pushChannel から継承

pushChannelExpired

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

pushChannelExpired?: boolean

プロパティ値

boolean

DeviceTokenInstallation.pushChannelExpired から継承されます

pushVariables

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

pushVariables?: Record<string, string>

プロパティ値

Record<string, string>

deviceTokenInstallation.pushVariables から継承

tags

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

tags?: string[]

プロパティ値

string[]

deviceTokenInstallation.tagsから継承された

templates

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

templates?: Record<string, InstallationTemplate>

プロパティ値

Record<string, InstallationTemplate>

DeviceTokenInstallation.templates から継承

userId

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

userId?: string

プロパティ値

string

deviceTokenInstallation.userIdから継承された