NIM PC Cross Platform SDK
|
SDK好友辅助方法 More...
#include "nim_cpp_wrapper/helper/nim_friend_helper.h"
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好友辅助方法