[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

@@ -295,4 +295,6 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
* 更新(添加/删除)状态栏右侧元素
*/
fun updateStatusBarRightView(insert: Boolean, tag: String, viewGroup: ViewGroup)
fun updateDriverMsgBoxTipView(show: Boolean)
}