[3.4.0]红绿灯增加控制是否显示方法

This commit is contained in:
xuxinchao
2023-07-17 16:02:53 +08:00
parent 9bd1ea78e0
commit 1bc001d173
3 changed files with 42 additions and 0 deletions

View File

@@ -149,4 +149,14 @@ interface IMoGoHmiProvider :IProvider{
*/
fun is360LookAroundShowing(): Boolean
fun showStatusSummaryDialog()
/**
* 展示红绿灯
*/
fun showTrafficLightView()
/**
* 隐藏红绿灯
*/
fun hideTrafficLightView()
}