OTA升级管理类
interface IOTAUpgradeManager
描述: OTA管理类
method registerProduct
fun registerProduct(pkg_ver : String, product_model : String, product_sn :String, needCheck : Boolean = true)
描述: 注册产品方法
输入参数: pkg_ver: 包版本 product_model:产品型号名称 product_sn:产品序列号
输出参数: 无。
相关参数: 没有任何。
method registerProducts
fun registerProducts(pkg_ver : String, product_model : String, product_sn :String)
描述:注册产品方法
输入参数: pkg_ver: 包版本 product_model:产品型号名称 product_sn:产品序列号
输出参数: 无。
相关参数: 没有任何。
method checkProduct
fun checkProduct(pkg_ver : String, product_model : String, product_sn :String)
描述: 检查产品方法
输入参数: pkg_ver: 包版本 product_model:产品型号名称 product_sn:产品序列号
输出参数: 无。
相关参数: 没有任何。
method checkApp
fun checkApp(callback : CommonCallbacks.CompletionCallbackWithParam<CheckResponseBean>)
描述: 检查应用程序回调响应
输入参数: callback:回调响应对象
输出参数: 无。
相关参数: 没有任何。