NIMSDK-AOS
10.6.0
|
圈组登录结果 更多...
Public 成员函数 | |
QChatLoginResult (QChatClient currentClient, List< QChatClient > otherClients) | |
QChatClient | getCurrentClient () |
获取当前登录客户端信息 更多... | |
List< QChatClient > | getOtherClients () |
获取其他登录客户端信息列表 更多... | |
String | toString () |
圈组登录结果
在文件 QChatLoginResult.java 第 12 行定义.
com.netease.nimlib.sdk.qchat.result.QChatLoginResult.QChatLoginResult | ( | QChatClient | currentClient, |
List< QChatClient > | otherClients | ||
) |
currentClient | 当前登录客户端信息 |
otherClients | 其他登录客户端信息列表 |
在文件 QChatLoginResult.java 第 28 行定义.
QChatClient com.netease.nimlib.sdk.qchat.result.QChatLoginResult.getCurrentClient | ( | ) |
List<QChatClient> com.netease.nimlib.sdk.qchat.result.QChatLoginResult.getOtherClients | ( | ) |
String com.netease.nimlib.sdk.qchat.result.QChatLoginResult.toString | ( | ) |
在文件 QChatLoginResult.java 第 52 行定义.