ZegoLiveAudioRoomSeatHostEvents class

events about seat's host

Constructors

ZegoLiveAudioRoomSeatHostEvents({void onTakingRequested(ZegoUIKitUser audience)?, void onTakingRequestCanceled(ZegoUIKitUser audience)?, VoidCallback? onTakingInvitationFailed, void onTakingInvitationRejected(ZegoUIKitUser audience)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onTakingInvitationFailed VoidCallback?
The host has received a notification that the invitation for the audience to take a seat has failed. This is usually due to network issues or if the audience has already logged out of the app and can no longer receive the invitation.
getter/setter pair
onTakingInvitationRejected ↔ (void Function(ZegoUIKitUser audience)?)
The host has received a notification that the invitation for the audience to take a seat has been rejected.
getter/setter pair
onTakingRequestCanceled ↔ (void Function(ZegoUIKitUser audience)?)
The host has received a notification that the audience has canceled the seat request.
getter/setter pair
onTakingRequested ↔ (void Function(ZegoUIKitUser audience)?)
The host has received a seat request from an audience.
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