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

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

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

Go to the source code of this file.

Classes

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

Namespaces

 nim
 namespace nim
 

Functions

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

Detailed Description

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

Date
2015/10/16