NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_msg_helper.cpp 文件参考

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

#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"

命名空间

namespace  nim
 namespace nim
 

函数

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

详细描述

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

日期
2015/10/20