This commit is contained in:
wangcongtao
2020-01-14 20:08:00 +08:00
parent 6acdfa3772
commit 26517c1054
12 changed files with 155 additions and 53 deletions

View File

@@ -96,4 +96,18 @@ public interface IMogoModuleProvider extends IProvider {
*/
@Deprecated
IMogoMarkerClickListener getMarkerClickListener();
/**
* 获取模块对应 app 的包名
*
* @return
*/
String getAppPackage();
/**
* 获取对应模块 app 名称
*
* @return
*/
String getAppName();
}