onFriendApplicationListChanged property
void Function(ZIM zim, List<ZIMFriendApplicationInfo> friendApplicationInfoList, ZIMFriendApplicationListChangeAction action)?
onFriendApplicationListChanged
getter/setter pair
Supported versions: 2.14.0 and above.
Detail description: This method will be called back when the friend application list changes.
When to call: After creating a ZIM instance through create
.
Related APIs: sendFriendApplication
.
Implementation
static void Function(
ZIM zim,
List<ZIMFriendApplicationInfo> friendApplicationInfoList,
ZIMFriendApplicationListChangeAction action)?
onFriendApplicationListChanged;