|
NIMSDK-AOS
10.9.80
|
创建群组返回结果 更多...
Public 成员函数 | |
| V2NIMTeam | getTeam () |
| 获取创建成功的群组对象 更多... | |
| List< String > | getFailedList () |
| 获取创建群组时,邀请进入群组的失败成员列表 更多... | |
创建群组返回结果
在文件 V2NIMCreateTeamResult.java 第 9 行定义.
| List<String> com.netease.nimlib.sdk.v2.team.result.V2NIMCreateTeamResult.getFailedList | ( | ) |
获取创建群组时,邀请进入群组的失败成员列表
| V2NIMTeam com.netease.nimlib.sdk.v2.team.result.V2NIMCreateTeamResult.getTeam | ( | ) |
获取创建成功的群组对象
1.8.11