[2.13.0]消息盒子调整UI

This commit is contained in:
xuxinchao
2022-12-03 11:37:40 +08:00
parent 095c926fb6
commit 3fc46fbcfc
18 changed files with 162 additions and 53 deletions

View File

@@ -476,10 +476,16 @@ object CallerHmiManager : CallerBase() {
}
/**
* 更新司机端消息盒子是否展示
* 设置司机端消息盒子是否展示
*/
fun updateDriverMsgBoxTipView(show: Boolean = false){
waringProviderApi?.updateDriverMsgBoxTipView(show)
}
/**
* 设置乘客端消息盒子是否展示
*/
fun updatePassengerMsgBoxTipView(show: Boolean = false){
waringProviderApi?.updatePassengerMsgBoxTipView(show)
}
}