DeviceTokenInstallation interface

表示具有字串型裝置令牌的安裝。

Extends

屬性

pushChannel

裝置的推送通道。

繼承的屬性

expirationTime

安裝到期時間。

installationId

安裝的識別碼。

lastUpdate

安裝的最後一個更新日期。

pushChannelExpired

如果 PNS 已過期通道,則此參數為 true。

pushVariables

安裝的推送變數。

tags

用於設定此安裝目標的標籤。

templates

安裝的範本。

userId

用於目標之安裝的使用者識別碼。

屬性詳細資料

pushChannel

裝置的推送通道。

pushChannel: string

屬性值

string

繼承的屬性詳細資料

expirationTime

安裝到期時間。

expirationTime?: string

屬性值

string

繼承自InstallationCommon.expirationTime

installationId

安裝的識別碼。

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

用於目標之安裝的使用者識別碼。

userId?: string

屬性值

string

繼承自InstallationCommon.userId