onClicked property

(void Function(ZegoUIKitUser user)?) onClicked
getter/setter pair

You can listen to the user click event on the member list, for example, if you want to display specific information about a member after they are clicked.

Implementation

void Function(ZegoUIKitUser user)? onClicked;