[2.13.0 优化美化模式显示,添加魔方显示状态,重构蓝牙连接功能]

This commit is contained in:
lixiaopeng
2022-12-07 20:18:05 +08:00
parent cba41e5415
commit f58df1636d
13 changed files with 145 additions and 122 deletions

View File

@@ -296,6 +296,11 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
*/
fun updateStatusBarRightView(insert: Boolean, tag: String, viewGroup: ViewGroup)
/**
* 更新(添加/删除)状态栏左侧元素
*/
fun updateStatusBarLeftView(insert: Boolean, tag: String, viewGroup: ViewGroup)
/**
* 设置司机端消息盒子是否展示
*/