[6.7.0]冷启动更改

This commit is contained in:
xuxinchao
2024-10-22 20:06:13 +08:00
parent 304f67ad36
commit 0ea0604ef1
12 changed files with 317 additions and 17 deletions

View File

@@ -440,4 +440,12 @@ object CallerHmiManager {
fun isHdMapVisualAngleAdjustShow(): Boolean {
return hmiProviderApi?.isHdMapVisualAngleAdjustShow() ?: false
}
/**
* 展示冷启动弹窗
*/
fun showColdStartWindow(){
hmiProviderApi?.showColdStartWindow()
}
}