This commit is contained in:
unknown
2020-07-23 19:29:41 +08:00
25 changed files with 223 additions and 133 deletions

View File

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