1 package com.netease.nimlib.sdk.friend;
56 List<Friend> getFriends();
68 List<String> getFriendAccounts();
76 Friend getFriendByAccount(String account);
84 boolean isMyFriend(String account);
118 boolean isInBlackList(String account);
125 List<String> getBlackList();
142 boolean isNeedMessageNotify(String account);
149 List<String> getMuteList();