DeviceTokenInstallation interface
表示具有字串型裝置令牌的安裝。
- Extends
屬性
| push |
裝置的推送通道。 |
繼承的屬性
| expiration |
安裝到期時間。 |
| installation |
安裝的識別碼。 |
| last |
安裝的最後一個更新日期。 |
| push |
如果 PNS 已過期通道,則此參數為 true。 |
| push |
安裝的推送變數。 |
| tags | 用於設定此安裝目標的標籤。 |
| templates | 安裝的範本。 |
| user |
用於目標之安裝的使用者識別碼。 |
屬性詳細資料
pushChannel
裝置的推送通道。
pushChannel: string
屬性值
string
繼承的屬性詳細資料
expirationTime
installationId
lastUpdate
pushChannelExpired
如果 PNS 已過期通道,則此參數為 true。
pushChannelExpired?: boolean
屬性值
boolean
pushVariables
安裝的推送變數。
pushVariables?: Record<string, string>
屬性值
Record<string, string>