[6.10.0]数据落盘

This commit is contained in:
xuxinchao
2025-02-11 15:16:56 +08:00
parent 42a98050e3
commit f3cb8c9046
8 changed files with 286 additions and 4 deletions

View File

@@ -340,4 +340,19 @@ interface IMoGoHmiProvider :IProvider{
* @param result true升级成功 false升级失败
*/
fun showOTAResultDialog(result: Boolean)
/**
* 展示数据落盘拷贝成功对话框
*/
fun showCopyBagSuccessDialog()
/**
* 展示数据落盘辅助工具-异常情况及建议操作弹窗
*/
fun showDiskCopyExceptionDialog()
/**
* 展示数据落盘-终止数据拷贝确认弹窗
*/
fun showTerminateCopyDataDialog()
}