ZegoLiveStreamingMemberListConfig class

Configuration for the member list.

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

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

Constructors

ZegoLiveStreamingMemberListConfig({ZegoMemberListItemBuilder? itemBuilder, bool showFakeUser = true})

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
showFakeUser bool
show fake user or not
getter/setter pair

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