opt 出行面板本地数据存储
This commit is contained in:
@@ -17,4 +17,10 @@ public interface IEventPanelProvider extends IMogoModuleProvider {
|
||||
* 隐藏面板
|
||||
*/
|
||||
void hidePanel();
|
||||
|
||||
/**
|
||||
* 面板是否在展示
|
||||
* @return true-正在展示 false-未展示
|
||||
*/
|
||||
boolean isPanelShow();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user