XiaomiInstallation interface
Xiaomi ベースのインストールを表します。
- Extends
プロパティ
| platform | インストール用のプラットフォーム。 |
継承されたプロパティ
| expiration |
インストールの有効期限。 |
| installation |
インストールの ID。 |
| last |
インストールの最終更新日。 |
| push |
デバイスのプッシュ チャネル。 |
| push |
PNS がチャネルの有効期限を切れた場合、このパラメーターは true です。 |
| push |
インストールのプッシュ変数。 |
| tags | このインストールをターゲットにするために使用されるタグ。 |
| templates | インストール用のテンプレート。 |
| user |
ターゲット設定に使用するインストールのユーザー ID。 |
プロパティの詳細
platform
インストール用のプラットフォーム。
platform: "xiaomi"
プロパティ値
"xiaomi"
継承されたプロパティの詳細
expirationTime
インストールの有効期限。
expirationTime?: string
プロパティ値
string
deviceTokenInstallation.expirationTime から継承
installationId
インストールの ID。
installationId: string
プロパティ値
string
deviceTokenInstallation.installationId から継承
lastUpdate
インストールの最終更新日。
lastUpdate?: string
プロパティ値
string
pushChannel
デバイスのプッシュ チャネル。
pushChannel: string
プロパティ値
string
deviceTokenInstallation.pushChannel から継承
pushChannelExpired
PNS がチャネルの有効期限を切れた場合、このパラメーターは true です。
pushChannelExpired?: boolean
プロパティ値
boolean
pushVariables
インストールのプッシュ変数。
pushVariables?: Record<string, string>
プロパティ値
Record<string, string>
deviceTokenInstallation.pushVariables から継承
tags
このインストールをターゲットにするために使用されるタグ。
tags?: string[]
プロパティ値
string[]
deviceTokenInstallation.tags
templates
インストール用のテンプレート。
templates?: Record<string, InstallationTemplate>
プロパティ値
Record<string, InstallationTemplate>
userId
ターゲット設定に使用するインストールのユーザー ID。
userId?: string
プロパティ値
string
deviceTokenInstallation.userId