[3.4.0]红绿灯增加控制是否显示方法
This commit is contained in:
@@ -223,4 +223,19 @@ object CallerHmiManager {
|
||||
fun showStatusSummaryDialog() {
|
||||
hmiProviderApi?.showStatusSummaryDialog()
|
||||
}
|
||||
|
||||
/**
|
||||
* 展示红绿灯
|
||||
*/
|
||||
fun showTrafficLightView(){
|
||||
hmiProviderApi?.showTrafficLightView()
|
||||
}
|
||||
|
||||
/**
|
||||
* 隐藏红绿灯
|
||||
*/
|
||||
fun hideTrafficLightView(){
|
||||
hmiProviderApi?.hideTrafficLightView()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user