Merge branch 'dev_robotaxi-d_241112_6.8.0' of gitlab.zhidaoauto.com:SCA/L4HA/AndroidApp/MoGoEagleEye into dev_robotaxi-d_241112_6.8.0

This commit is contained in:
xinfengkun
2024-11-21 10:22:30 +08:00
14 changed files with 200 additions and 23 deletions

View File

@@ -312,4 +312,9 @@ interface IMoGoHmiProvider :IProvider{
* 展示冷启动弹窗
*/
fun showColdStartWindow()
/**
* 是否触发展示安全停车弹窗
*/
fun toggleSafeStopCarWarning(show: Boolean)
}