增加entrance 左侧提示容器

This commit is contained in:
tongchenfei
2020-10-25 15:53:22 +08:00
parent 2c1605a60f
commit 3fad15ff4c
16 changed files with 200 additions and 0 deletions

View File

@@ -41,4 +41,16 @@ public interface IMogoEntranceButtonController extends IProvider {
* @param view 待移除view
*/
void removeBottomLayerView(View view);
/**
* 设置vr模式下左下角提示view
* @param view 目前是adas提示和求助
*/
void showLeftNoticeView(View view);
/**
* 隐藏vr模式下左下角提示view
* @param view 待隐藏view
*/
void hideLeftNoticeView(View view);
}