[2.13.0]消息盒子

This commit is contained in:
xuxinchao
2022-12-01 15:08:00 +08:00
parent 8e3d7893d2
commit 8cb6dba885
11 changed files with 262 additions and 127 deletions

View File

@@ -474,4 +474,12 @@ object CallerHmiManager : CallerBase() {
fun updateStatusBarRightView(insert: Boolean, tag: String, viewGroup: ViewGroup) {
waringProviderApi?.updateStatusBarRightView(insert, tag, viewGroup)
}
/**
* 更新司机端消息盒子是否展示
*/
fun updateDriverMsgBoxTipView(show: Boolean = false){
waringProviderApi?.updateDriverMsgBoxTipView(show)
}
}