WaterbusEventListener class

Constructors

WaterbusEventListener({dynamic onEventChanged(CallbackPayload)?, dynamic onStatsChanged(VideoSenderStats)?, dynamic onSubtitle(Subtitle)?, dynamic onMesssageChanged(MessageSocketEvent)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onEventChanged → dynamic Function(CallbackPayload)?
final
onMesssageChanged → dynamic Function(MessageSocketEvent)?
final
onStatsChanged → dynamic Function(VideoSenderStats)?
final
onSubtitle → dynamic Function(Subtitle)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({dynamic onEventChanged(CallbackPayload)?, dynamic onStatsChanged(VideoSenderStats)?, dynamic onSubtitle(Subtitle)?, dynamic onMesssageChanged(MessageSocketEvent)?}) WaterbusEventListener
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