ApiVideoLiveStreamEventsListener class

Constructors

ApiVideoLiveStreamEventsListener({VoidCallback? onConnectionSuccess, dynamic onConnectionFailed(String)?, VoidCallback? onDisconnection, dynamic onVideoSizeChanged(Size)?, dynamic onError(Exception)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectionFailed → (dynamic Function(String)?)
Gets notified when the connection failed
final
onConnectionSuccess VoidCallback?
Gets notified when the connection is successful
final
onDisconnection VoidCallback?
Gets notified when the device has been disconnected
final
onError → (dynamic Function(Exception)?)
Gets notified when an error occurs
final
onVideoSizeChanged → (dynamic Function(Size)?)
Gets notified when the video size has changed. Mostly designed to update Widget aspect ratio.
final
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