NIM PC Cross Platform SDK
|
msglog 辅助方法和数据结构定义 More...
#include <functional>
#include <list>
#include <string>
#include "nim_cpp_wrapper/helper/nim_talk_helper.h"
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
Go to the source code of this file.
Classes | |
struct | nim::QueryMsglogResult |
查询到消息历史结果 More... | |
struct | nim::DeleteMsglogSelfNotifyItemInfo |
单向删除消息记录回调参数 More... | |
struct | nim::DeleteMsglogSelfNotifyParam |
单向删除消息记录回调参数 More... | |
struct | nim::MessageStatusChanged |
发送消息已读回执 More... | |
struct | nim::MessageStatusChangedResult |
发送消息已读回执 More... | |
class | nim::LogsBackupExportInfo |
导出消息记录到云端参数定义 More... | |
class | nim::LogsBackupImportInfo |
从云端导入消息记录参数定义 More... | |
Namespaces | |
namespace | nim |
namespace nim | |
Functions | |
bool | nim::ParseMsglogs (const std::string &msgs_json, QueryMsglogResult &res) |
解析查询到的消息历史结果 More... | |
msglog 辅助方法和数据结构定义