|
NIM PC Cross Platform SDK
|
Session 辅助方法和数据结构定义 More...
#include <functional>#include <list>#include <string>#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"#include "nim_define_include.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 | |
| namespace | nim |
| namespace nim | |
Functions | |
| bool | nim::ParseSession (const std::string &session_json, SessionData &session) |
| 解析会话信息 More... | |
| void | nim::ParseSession (const nim_cpp_wrapper_util::Json::Value &session_json, SessionData &session) |
| 解析会话信息 More... | |
| bool | nim::ParseSessionList (const std::string &sessions_json, SessionDataList &session_list) |
| 解析会话列表信息 More... | |
| bool | nim::ParseStickTopSession (const std::string &session_json, StickTopSession &session) |
| 解析置顶会话信息 More... | |
| void | nim::ParseStickTopSession (const nim_cpp_wrapper_util::Json::Value &session_json, StickTopSession &session) |
| 解析置顶会话信息 More... | |
| bool | nim::ParseStickTopSessionList (const std::string &sessions_json, StickTopSessionList &stick_top_session_list) |
| 解析置顶会话列表信息 More... | |
Session 辅助方法和数据结构定义