NIM 跨平台 C++ SDK
|
Message 通用辅助方法和数据结构定义 更多...
#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"
类 | |
struct | nim::SendMessageArc |
发送消息回执 更多... | |
struct | nim::RecallMsgNotify |
消息撤回通知 更多... | |
命名空间 | |
namespace | nim |
namespace nim | |
函数 | |
bool | nim::ParseRecallMsgNotify (const std::string json_value, RecallMsgNotify ¬ify) |
解析消息撤回通知 | |
bool | nim::ParseRecallMsgNotify (const std::string ¬ify_json, std::list< RecallMsgNotify > ¬ifys) |
解析消息撤回通知 | |
bool | nim::ParseSendMessageAck (const std::string &arc_json, SendMessageArc &arc) |
解析发送消息回执 | |
Message 通用辅助方法和数据结构定义