This commit is contained in:
wangcongtao
2020-10-20 10:03:11 +08:00
parent 7cc699e251
commit 2ecf7d2a48
16 changed files with 184 additions and 116 deletions

View File

@@ -18,4 +18,11 @@ public interface IMogoLauncher extends IProvider {
* @param context
*/
void backToLauncher( Context context );
/**
* 设置可见性
*
* @param visible true - 可见、false - 不可见
*/
void setFloatButtonVisible( boolean visible );
}