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

Talk 辅助方法和数据结构定义 更多...

#include <functional>
#include <list>
#include <string>
#include "nim_cpp_wrapper/helper/nim_sdk_loader_helper.h"
#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"
#include "nim_define_include.h"
#include "nim_wrapper_util/nim_json_util.h"

浏览源代码.

struct  nim::MessageSetting
 消息属性设置 更多...
 
struct  nim::IMMessageThreadInfo
 P2P和群组消息 更多...
 
struct  nim::IMMessageRobotInfo
 机器人消息信息 更多...
 
struct  nim::IMMessage
 
struct  nim::IMFile
 文件消息附件 更多...
 
struct  nim::IMImage
 图片消息附件 更多...
 
struct  nim::IMLocation
 位置消息附件 更多...
 
struct  nim::IMAudio
 语音消息附件 更多...
 
struct  nim::IMVideo
 小视频消息附件 更多...
 
struct  nim::IMBotRobot
 波特机器人消息附件 更多...
 
struct  nim::BroadcastMessage
 

命名空间

namespace  nim
 namespace nim
 

函数

bool nim::ParseMessage (const std::string &msg_json, IMMessage &message)
 解析消息
 
bool nim::ParseReceiveMessage (const std::string &msg_json, IMMessage &message)
 解析消息
 
void nim::ParseReceiveMessage (const nim_cpp_wrapper_util::Json::Value &msg_json_value, IMMessage &message)
 解析消息
 
void nim::ParseMessage (const nim_cpp_wrapper_util::Json::Value &msg_json, IMMessage &message)
 解析消息
 

详细描述

Talk 辅助方法和数据结构定义

日期
2015/10/16