onFriendApplicationListChanged property

void Function(ZIM zim, List<ZIMFriendApplicationInfo> friendApplicationInfoList, ZIMFriendApplicationListChangeAction action)? onFriendApplicationListChanged
getter/setter pair

Event callback when the friend application list changes.

  • zim ZIM instance.
  • friendApplicationInfoList Friend application information list.
  • action Friend application list change operation.

Implementation

static void Function(
  ZIM zim,
  List<ZIMFriendApplicationInfo> friendApplicationInfoList,
  ZIMFriendApplicationListChangeAction action,
)? onFriendApplicationListChanged;