1 package com.netease.nimlib.sdk.friend;
56 List<Friend> getFriends();
63 List<String> getFriendAccounts();
71 Friend getFriendByAccount(String account);
79 boolean isMyFriend(String account);
113 boolean isInBlackList(String account);
120 List<String> getBlackList();
137 boolean isNeedMessageNotify(String account);
144 List<String> getMuteList();