ZegoLiveStreamingSwipingConfig class

Live Streaming swiping configuration.

Constructors

ZegoLiveStreamingSwipingConfig({required String requirePreviousLiveID(), required String requireNextLiveID(), Widget loadingBuilder(String liveID)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
loadingBuilder ↔ (Widget Function(String liveID)?)
Customize room loading effects
getter/setter pair
requireNextLiveID String Function()
slide to the next live streaming, you need to return the LIVE ID of the next live streaming.
final
requirePreviousLiveID String Function()
slide to the previous live streaming, you need to return the LIVE ID of the previous live streaming.
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