public static interface ECGroupManager.OnSetGroupIsAnonymityListener
extends com.yuntongxun.ecsdk.core.IListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onSetGroupIsAnonymity(ECError error,
java.lang.String groupId)
当调用接口
ECGroupManager.setGroupIsAnonymity(String, boolean, OnSetGroupIsAnonymityListener)
设置群组是否匿名聊天模式时,SDK通过该接口回调方法通知应用设置结果 |
void onSetGroupIsAnonymity(ECError error, java.lang.String groupId)
ECGroupManager.setGroupIsAnonymity(String, boolean, OnSetGroupIsAnonymityListener)
设置群组是否匿名聊天模式时,SDK通过该接口回调方法通知应用设置结果error - 错误状态码groupId - 群组IDCopyright © 2017 All rights reserved.