Public Member Functions | |
| void | onFriendApplicationListAdded (List< V2TIMFriendApplication > applicationList) |
| void | onFriendApplicationListDeleted (List< String > userIDList) |
| void | onFriendApplicationListRead () |
| void | onFriendListAdded (List< V2TIMFriendInfo > users) |
| void | onFriendListDeleted (List< String > userList) |
| void | onBlackListAdd (List< V2TIMFriendInfo > infoList) |
| void | onBlackListDeleted (List< String > userList) |
| void | onFriendInfoChanged (List< V2TIMFriendInfo > infoList) |
| void | onFriendGroupCreated (String groupName, List< V2TIMFriendInfo > friendInfoList) |
| void | onFriendGroupDeleted (List< String > groupNameList) |
| void | onFriendGroupNameChanged (String oldGroupName, String newGroupName) |
| void | onFriendsAddedToGroup (String groupName, List< V2TIMFriendInfo > friendInfoList) |
| void | onFriendsDeletedFromGroup (String groupName, List< String > friendIDList) |
| void | onOfficialAccountSubscribed (V2TIMOfficialAccountInfo officialAccountInfo) |
| void | onOfficialAccountUnsubscribed (String officialAccountID) |
| void | onOfficialAccountDeleted (String officialAccountID) |
| void | onOfficialAccountInfoChanged (V2TIMOfficialAccountInfo officialAccountInfo) |
| void | onMyFollowingListChanged (List< V2TIMUserFullInfo > userInfoList, boolean isAdd) |
| void | onMyFollowersListChanged (List< V2TIMUserFullInfo > userInfoList, boolean isAdd) |
| void | onMutualFollowersListChanged (List< V2TIMUserFullInfo > userInfoList, boolean isAdd) |
|
inline |
New friend request notification. You will receive this callback in the following cases:
|
inline |
Friend request deletion notification. You will receive this callback in the following cases:
|
inline |
Friend request read receipts. If you have called setFriendApplicationRead to set read receipts for friend requests, you will receive this callback (mainly used for multi-device synchronization).
|
inline |
New friend notification
|
inline |
Friend deletion notification. You will receive this callback in the following cases:
|
inline |
New blocklist notification
|
inline |
Blocklist deletion notification
|
inline |
Friend profile update notification
|
inline |
Notification of friend group creation
|
inline |
Notification of friend group deletion
|
inline |
Notification of friend group name changes
|
inline |
Notification of adding friends to a friend group
|
inline |
Notification of deleting friends from a friend group
|
inline |
Notification for subscribing to an official account.
| officialAccountInfo | Information about the subscribed official account. |
|
inline |
Notification for unsubscribing from an official account.
| officialAccountID | The ID of the unsubscribed official account. |
|
inline |
Notification for a subscribed official account being deleted.
| officialAccountID | The ID of the deleted official account. |
|
inline |
Notification for the updated information of a subscribed official account.
| officialAccountInfo | The updated information of the official account. |
|
inline |
Notification of changes to the following list
|
inline |
Notification of changes to the followers list
|
inline |
Notification of changes to the mutual following list