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

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

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

Go to the source code of this file.

Classes

struct  nim::SysMessageSetting
 系统消息和自定义通知属性设置 More...
 
struct  nim::SysMessage
 系统消息和自定义通知数据 More...
 

Namespaces

 nim
 namespace nim
 

Functions

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

Detailed Description

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

Date
2015/10/20