NIM SDK API  9.0.0
Classes | Public Types | Static Public Member Functions | List of all members
nim::SessionOnLineServiceHelper Class Reference

Classes

struct  DeleteSessionParam
 
struct  QuerySessionListResult
 会话服务 查询会话列表应答数据定义 More...
 
struct  SessionInfo
 会话服务 会话数据定义 More...
 

Public Types

typedef std::list< SessionInfoSessionList
 

Static Public Member Functions

static bool ParseSessionInfo (const std::string &session_json, SessionInfo &session)
 
static bool ParseQuerySessionListResult (const std::string &sessions_json, QuerySessionListResult &result)
 
static std::string DeleteSessionParamToJsonString (const DeleteSessionParam &param)
 解析查询会话列表结果 More...
 

Member Typedef Documentation

◆ SessionList

会话列表

Member Function Documentation

◆ DeleteSessionParamToJsonString()

std::string nim::SessionOnLineServiceHelper::DeleteSessionParamToJsonString ( const DeleteSessionParam param)
static

解析查询会话列表结果

Parameters
[in]paramDeleteSessionParam
Returns
string json string

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