ZegoLiveAudioRoomUserEvents class

events about user

Constructors

ZegoLiveAudioRoomUserEvents({void onEnter(ZegoUIKitUser)?, void onLeave(ZegoUIKitUser)?, void onCountOrPropertyChanged(List<ZegoUIKitUser> users)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onCountOrPropertyChanged ↔ (void Function(List<ZegoUIKitUser> users)?)
This callback method is triggered when the user count or attributes related to these users change.
getter/setter pair
onEnter ↔ (void Function(ZegoUIKitUser)?)
This callback is triggered when user enter
getter/setter pair
onLeave ↔ (void Function(ZegoUIKitUser)?)
This callback is triggered when user leave
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