NIM PC Cross Platform SDK
|
Talk 辅助方法和数据结构定义 更多...
#include "nim_cpp_wrapper/helper/nim_talk_helper.h"
命名空间 | |
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 辅助方法和数据结构定义