NIM PC Cross Platform SDK
|
Message 通用辅助方法和数据结构定义 More...
#include <pthread.h>
#include "nim_cpp_wrapper/helper/nim_msg_helper.h"
#include "nim_msglog_def.h"
#include "nim_talk_def.h"
#include "nim_wrapper_util/nim_json_util.h"
Namespaces | |
namespace | nim |
namespace nim | |
Functions | |
bool | nim::ParseRecallMsgNotify (const nim_cpp_wrapper_util::Json::Value &json_value, RecallMsgNotify ¬ify) |
bool | nim::ParseRecallMsgNotify (const std::string json_value, RecallMsgNotify ¬ify) |
解析消息撤回通知 More... | |
bool | nim::ParseRecallMsgNotify (const std::string ¬ify_json, std::list< RecallMsgNotify > ¬ifys) |
解析消息撤回通知 More... | |
bool | nim::ParseSendMessageAck (const std::string &arc_json, SendMessageArc &arc) |
解析发送消息回执 More... | |
Message 通用辅助方法和数据结构定义