[8.3.0] FM发送定位初始化失败时进行弹窗

This commit is contained in:
xinfengkun
2025-12-23 15:57:44 +08:00
parent 8877aac82c
commit 1c9102828e
8 changed files with 158 additions and 0 deletions

View File

@@ -374,4 +374,6 @@ interface IMoGoHmiProvider :IProvider{
* 展示数据落盘-终止数据拷贝确认弹窗
*/
fun showTerminateCopyDataDialog()
fun showFMDialog(errorMsg: String)
}