NIM SDK API  9.0.0
Public Member Functions | Public Attributes | List of all members
nim::LoginRes Struct Reference

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

#include <nim_client_helper.h>

Public Member Functions

 LoginRes ()
 

Public Attributes

NIMResCode res_code_
 
bool relogin_
 
NIMLoginStep login_step_
 
std::list< OtherClientPresother_clients_
 
bool retrying_
 

Detailed Description

登录结果回调信息

Constructor & Destructor Documentation

◆ LoginRes()

nim::LoginRes::LoginRes ( )
inline

构造函数

Member Data Documentation

◆ login_step_

NIMLoginStep nim::LoginRes::login_step_

登录步骤NIMLoginStep

◆ other_clients_

std::list<OtherClientPres> nim::LoginRes::other_clients_

其他端的在线状态列表,登录成功才会返回这部分内容

◆ relogin_

bool nim::LoginRes::relogin_

是否为重连过程

◆ res_code_

NIMResCode nim::LoginRes::res_code_

返回的错误码NIMResCode

◆ retrying_

bool nim::LoginRes::retrying_

SDK是否在重试,如果为false,开发者需要检查登录步骤和错误码,明确问题后调用手动重连接口进行登录操作


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