NIM SDK API  9.0.0
Classes | Namespaces | Functions
nim_session_helper.h File Reference

Session 辅助方法和数据结构定义 More...

#include <functional>
#include <list>
#include <string>
#include "nim_define_include.h"
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_wrapper_util/nim_json_util.h"

Go to the source code of this file.

Classes

struct  nim::StickTopSessionInfo
 会话数据 More...
 
struct  nim::SessionData
 会话数据 More...
 
struct  nim::SessionDataList
 会话列表数据 More...
 
struct  nim::StickTopSession
 
struct  nim::MultiUnreadCountZeroInfo
 
struct  nim::StickTopSessionList
 

Namespaces

 nim
 namespace nim
 

Functions

NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseSession (const std::string &session_json, SessionData &session)
 解析会话信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API void nim::ParseSession (const nim_cpp_wrapper_util::Json::Value &session_json, SessionData &session)
 解析会话信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseSessionList (const std::string &sessions_json, SessionDataList &session_list)
 解析会话列表信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseStickTopSession (const std::string &session_json, StickTopSession &session)
 解析置顶会话信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API void nim::ParseStickTopSession (const nim_cpp_wrapper_util::Json::Value &session_json, StickTopSession &session)
 解析置顶会话信息 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseStickTopSessionList (const std::string &sessions_json, StickTopSessionList &stick_top_session_list)
 解析置顶会话列表信息 More...
 

Detailed Description

Session 辅助方法和数据结构定义

Date
2015/10/22