TUILiveListManager class abstract

Implementers

Constructors

TUILiveListManager()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchLiveList(String cursor, int count) Future<TUIValueCallBack<TUILiveListResult>>
Fetch live list.
getLiveInfo(String roomId) Future<TUIValueCallBack<TUILiveInfo>>
Get live info.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLiveInfo(TUILiveInfo liveInfo, TUILiveModifyFlag modifyFlag) Future<TUIActionCallback>
Set live info.
setObserver(TUILiveListObserver observer) → void
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// Set Observer of live list.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited