This commit is contained in:
wangcongtao
2020-02-28 16:42:57 +08:00
parent 8f62dd40e1
commit 766a4b023f
333 changed files with 498 additions and 8196 deletions

View File

@@ -50,6 +50,13 @@ public interface IMogoFragmentManager extends IProvider {
*/
void addMainFragmentStackTransactionListener( FragmentStackTransactionListener listener );
/**
* 移除其他注册栈变化监听
*
* @param listener
*/
void removeMainFragmentStackTransactionListener( FragmentStackTransactionListener listener );
/**
* 初始化
*

View File

@@ -24,7 +24,7 @@ public interface IMogoIntentManager extends IProvider {
*
* @param intent
*/
public void unregisterIntentListener( String intent );
public void unregisterIntentListener( String intent, IMogoIntentListener listener );
/**
* 触发意图回调,各业务不用关心