[6.8.0][FSM异常提示优化] 代码提交

This commit is contained in:
renwj
2024-11-20 19:27:27 +08:00
parent 6a062c6dc6
commit ccf4855203
13 changed files with 169 additions and 23 deletions

View File

@@ -455,4 +455,11 @@ object CallerHmiManager {
hmiProviderApi?.showColdStartWindow()
}
/**
* 是否触发展示安全停车弹窗
*/
fun toggleSafetyStopCarWarning(show: Boolean) {
hmiProviderApi?.toggleSafeStopCarWarning(show)
}
}