TUILiveListManagerImpl class

Inheritance

Constructors

TUILiveListManagerImpl()

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

addObserver(TUILiveListObserver observer) → void
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// Add event callback.
override
fetchLiveList(String cursor, int count) Future<TUIValueCallBack<TUILiveListResult>>
Fetch live list.
override
getLiveInfo(String roomId) Future<TUIValueCallBack<TUILiveInfo>>
Get live info.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeObserver(TUILiveListObserver observer) → void
Remove event callback.
override
setLiveInfo(String roomId, {String? coverUrl, List<int>? categoryList, bool? isPublicVisible, int? activityStatus}) Future<TUIActionCallback>
Set live info.
override
toString() String
A string representation of this object.
inherited

Operators

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