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

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

#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::SysMessageSetting
 系统消息和自定义通知属性设置 更多...
 
struct  nim::SysMessage
 系统消息和自定义通知数据 更多...
 

命名空间

namespace  nim
 namespace nim
 

函数

bool nim::ParseSysMessage (const std::string &sysmsg_json, SysMessage &msg)
 解析系统消息或自定义通知
 
bool nim::ParseSysMessages (const std::string &sysmsgs_json, std::list< SysMessage > &msgs, int *unread)
 解析系统消息或自定义通知
 
void nim::ParseSysMessageContent (const nim_cpp_wrapper_util::Json::Value &content_json, SysMessage &msg)
 解析系统消息或自定义通知的内容
 

详细描述

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

日期
2015/10/20