bugfix: UI-859

This commit is contained in:
wangcongtao
2020-07-23 16:28:48 +08:00
parent 88a500be59
commit 8bdd11c480
34 changed files with 3167 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ public interface IMogoSocketManager extends IProvider {
* 初始化,各模块不用关心
*
* @param context 上下文
* @param appId 一般为包名
* @param appId 一般为包名,不参与通道的建立,一般用于发消息
*/
void init( Context context, String appId );