ZegoLiveAudioRoomMemberListConfig class

Configuration for the member list.

You can use the ZegoUIKitPrebuiltLiveAudioRoomConfig.memberList property to set the properties inside this class.

If you want to use a custom member list item view, you can set the ZegoLiveAudioRoomMemberListConfig.itemBuilder property, and pass your custom view's builder function to it.

In addition, you can listen for item click events through onClicked.

Properties

hashCode int
The hash code for this object.
no setterinherited
itemBuilder ZegoMemberListItemBuilder?
Custom member list item view.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited