TikUtils class

Constructors

TikUtils()
factory

Properties

currentTabIndex int
getter/setter pair
frontMap Map<int, bool>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
no setter
indexMap Map<int, ValueNotifier<int>>
getter/setter pair
isFrontPage bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFrontState(int tabIndex) bool
getIndex(int tabIndex) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause(FijkPlayer? player) → void
暂停
recoveryPause(FijkPlayer? player) → void
复原并暂停
setFrontState(int tabIndex, bool state) → void
setIndex(int index) → void
start(FijkPlayer? player) → void
播放视频
toggle(FijkPlayer? player) → void
视频切换
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance TikUtils
no setter