opt 出行面板本地数据存储

This commit is contained in:
tongchenfei
2020-07-08 18:23:30 +08:00
parent 8d8c57269e
commit 0ad8e55f8e
10 changed files with 209 additions and 46 deletions

View File

@@ -17,4 +17,10 @@ public interface IEventPanelProvider extends IMogoModuleProvider {
* 隐藏面板
*/
void hidePanel();
/**
* 面板是否在展示
* @return true-正在展示 false-未展示
*/
boolean isPanelShow();
}