DevUpgradeInfo

data class DevUpgradeInfo(val devId: String, val currentVer: String, val latestVer: String, val desc: String, val checkTime: Long = getPlatform().currentTimeMillis())

Constructors

Link copied to clipboard
constructor(devId: String, currentVer: String, latestVer: String, desc: String, checkTime: Long = getPlatform().currentTimeMillis())

Properties

Link copied to clipboard

检查时间, 单位:毫秒

Link copied to clipboard

当前版本

Link copied to clipboard

新版本描述

Link copied to clipboard

设备ID

Link copied to clipboard

最新版本