[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

@@ -296,5 +296,13 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
*/
fun updateStatusBarRightView(insert: Boolean, tag: String, viewGroup: ViewGroup)
/**
* 设置司机端消息盒子是否展示
*/
fun updateDriverMsgBoxTipView(show: Boolean)
/**
* 设置乘客端消息盒子是否展示
*/
fun updatePassengerMsgBoxTipView(show: Boolean)
}