|
NIM PC Cross Platform SDK
|
SDK好友辅助方法 More...
#include <assert.h>#include <list>#include <string>#include "nim_cpp_wrapper/nim_sdk_cpp_wrapper.h"#include "nim_define_include.h"#include "nim_wrapper_util/nim_json_util.h"#include "public_defines.h"Go to the source code of this file.
Classes | |
| struct | nim::DeleteFriendOption |
| 删除好有拓展选项 More... | |
| struct | nim::FriendProfile |
| 云信好友 More... | |
| struct | nim::FriendChangeEvent |
| 云信好友变更事件 More... | |
| struct | nim::FriendAddEvent |
| 云信好友变更事件(请求添加) More... | |
| struct | nim::FriendDelEvent |
| 云信好友变更事件(删除) More... | |
| struct | nim::FriendProfileUpdateEvent |
| 云信好友变更事件(更新) More... | |
| struct | nim::FriendProfileSyncEvent |
| 云信好友变更事件(多端同步) More... | |
Namespaces | |
| namespace | nim |
| namespace nim | |
Functions | |
| bool | nim::ParseFriendsProfile (const std::string &friends_profile_json, std::list< FriendProfile > &profiles) |
| 解析(多)好友信息 More... | |
| bool | nim::ParseFriendProfile (const std::string &friend_profile_json, FriendProfile &profile) |
| 解析(单个)好友信息 More... | |
| void | nim::ParseFriendProfile (const nim_cpp_wrapper_util::Json::Value &friend_profile_json, FriendProfile &profile) |
| 解析(单个)好友信息 More... | |
SDK好友辅助方法