InstallationCommon interface
表示通知中心的设备的安装。
属性
| expiration |
安装过期时间。 |
| installation |
安装的 ID。 |
| last |
安装的最后一个更新日期。 |
| push |
如果 PNS 已过期通道,则此参数为 true。 |
| push |
安装的推送变量。 |
| tags | 用于定位此安装的标记。 |
| templates | 安装的模板。 |
| user |
用于目标的安装的用户 ID。 |
属性详细信息
expirationTime
安装过期时间。
expirationTime?: string
属性值
string
installationId
安装的 ID。
installationId: string
属性值
string
lastUpdate
安装的最后一个更新日期。
lastUpdate?: string
属性值
string
pushChannelExpired
如果 PNS 已过期通道,则此参数为 true。
pushChannelExpired?: boolean
属性值
boolean
pushVariables
安装的推送变量。
pushVariables?: Record<string, string>
属性值
Record<string, string>
tags
用于定位此安装的标记。
tags?: string[]
属性值
string[]
templates
userId
用于目标的安装的用户 ID。
userId?: string
属性值
string