NIM PC Cross Platform SDK
|
SDK好友辅助方法 更多...
#include "nim_cpp_wrapper/helper/nim_friend_helper.h"
命名空间 | |
namespace | nim |
namespace nim | |
函数 | |
bool | nim::ParseFriendsProfile (const std::string &friends_profile_json, std::list< FriendProfile > &profiles) |
解析(多)好友信息 | |
bool | nim::ParseFriendProfile (const std::string &friend_profile_json, FriendProfile &profile) |
解析(单个)好友信息 | |
void | nim::ParseFriendProfile (const nim_cpp_wrapper_util::Json::Value &friend_profile_json, FriendProfile &profile) |
解析(单个)好友信息 | |
SDK好友辅助方法