OnFriendApplicationListReadCallback
Introduction
The callback of the friend application list been read by current user event.
Returned template
OnFriendApplicationListReadCallback = void Function()
Return value details
This function has no return value
Code example
V2TimFriendshipListener listener = V2TimFriendshipListener(
onFriendApplicationListRead: () async {
}
);
TencentImSDKPlugin.v2TIMManager
.getFriendshipManager()
.addFriendListener(listener: listener);