NIM PC Cross Platform SDK
nim::LoginRes Struct Reference

登录结果回调信息 More...

#include <nim_client_helper.h>

Public Member Functions

 LoginRes ()
 

Public Attributes

NIMResCode res_code_
 返回的错误码NIMResCode
 
bool relogin_
 是否为重连过程
 
NIMLoginStep login_step_
 登录步骤NIMLoginStep
 
std::list< OtherClientPresother_clients_
 其他端的在线状态列表,登录成功才会返回这部分内容
 
bool retrying_
 SDK是否在重试,如果为false,开发者需要检查登录步骤和错误码,明确问题后调用手动重连接口进行登录操作
 

Detailed Description

登录结果回调信息

Constructor & Destructor Documentation

◆ LoginRes()

nim::LoginRes::LoginRes ( )
inline

构造函数


The documentation for this struct was generated from the following file: