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

Message 通用辅助方法和数据结构定义 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/json/json.h"

Go to the source code of this file.

Classes

struct  nim::SendMessageArc
 发送消息回执 More...
 
struct  nim::RecallMsgNotify
 消息撤回通知 More...
 

Namespaces

 nim
 namespace nim
 

Functions

NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseRecallMsgNotify (const std::string json_value, RecallMsgNotify &notify)
 解析消息撤回通知 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseRecallMsgNotify (const std::string &notify_json, std::list< RecallMsgNotify > &notifys)
 解析消息撤回通知 More...
 
NIM_SDK_CPPWRAPPER_DLL_API bool nim::ParseSendMessageAck (const std::string &arc_json, SendMessageArc &arc)
 解析发送消息回执 More...
 

Detailed Description

Message 通用辅助方法和数据结构定义

Date
2015/10/20