[6.9.0]OTA升级检查更新调整

This commit is contained in:
xuxinchao
2024-12-30 19:27:21 +08:00
parent 0336ed238f
commit 183d821fe5
11 changed files with 60 additions and 143 deletions

View File

@@ -335,12 +335,6 @@ interface IMoGoHmiProvider :IProvider{
*/
fun showOTADownloadStatusDialog(list: List<OtaUpgradeInfo>)
/**
* 展示OTA升级提示
* @param visible 设置是否可见
*/
fun showOTAUpgradeTipView(visible: Boolean)
/**
* 展示OTA升级结果弹窗
* @param result true升级成功 false升级失败