1 package com.netease.nimlib.sdk.friend;
57 List<Friend> getFriends();
64 List<String> getFriendAccounts();
72 Friend getFriendByAccount(String account);
80 boolean isMyFriend(String account);
114 boolean isInBlackList(String account);
121 List<String> getBlackList();
138 boolean isNeedMessageNotify(String account);
145 List<String> getMuteList();