[6.9.0]OTA升级
This commit is contained in:
@@ -326,8 +326,9 @@ interface IMoGoHmiProvider :IProvider{
|
||||
|
||||
/**
|
||||
* 展示OTA升级弹窗
|
||||
* @param isShow 设置是否展示
|
||||
*/
|
||||
fun showOTAUpgradeDialog()
|
||||
fun showOTAUpgradeDialog(isShow: Boolean)
|
||||
|
||||
/**
|
||||
* 展示OTA升级下载状态弹窗
|
||||
@@ -339,4 +340,10 @@ interface IMoGoHmiProvider :IProvider{
|
||||
* @param visible 设置是否可见
|
||||
*/
|
||||
fun showOTAUpgradeTipView(visible: Boolean)
|
||||
|
||||
/**
|
||||
* 展示OTA升级结果弹窗
|
||||
* @param result true升级成功 false升级失败
|
||||
*/
|
||||
fun showOTAResultDialog(result: Boolean)
|
||||
}
|
||||
Reference in New Issue
Block a user