NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.result.QChatLoginResult类 参考

圈组登录结果 更多...

类 com.netease.nimlib.sdk.qchat.result.QChatLoginResult 继承关系图:

Public 成员函数

 QChatLoginResult (QChatClient currentClient, List< QChatClient > otherClients)
 
QChatClient getCurrentClient ()
 获取当前登录客户端信息 更多...
 
List< QChatClientgetOtherClients ()
 获取其他登录客户端信息列表 更多...
 
String toString ()
 

详细描述

圈组登录结果

在文件 QChatLoginResult.java12 行定义.

构造及析构函数说明

◆ QChatLoginResult()

com.netease.nimlib.sdk.qchat.result.QChatLoginResult.QChatLoginResult ( QChatClient  currentClient,
List< QChatClient otherClients 
)
参数
currentClient当前登录客户端信息
otherClients其他登录客户端信息列表

在文件 QChatLoginResult.java28 行定义.

成员函数说明

◆ getCurrentClient()

QChatClient com.netease.nimlib.sdk.qchat.result.QChatLoginResult.getCurrentClient ( )

获取当前登录客户端信息

返回

在文件 QChatLoginResult.java38 行定义.

◆ getOtherClients()

List<QChatClient> com.netease.nimlib.sdk.qchat.result.QChatLoginResult.getOtherClients ( )

获取其他登录客户端信息列表

返回

在文件 QChatLoginResult.java47 行定义.

◆ toString()

String com.netease.nimlib.sdk.qchat.result.QChatLoginResult.toString ( )

在文件 QChatLoginResult.java52 行定义.


该类的文档由以下文件生成: