SuperPlayerListener class abstract

Constructors

SuperPlayerListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClickFloatCloseBtn() → void
点击悬浮窗模式下的x按钮
onClickSmallReturnBtn() → void
点击小播放模式的返回按钮
onFullScreenChange(bool isFullScreen) → void
全屏切换
onPlayProgressChange(int current, int duration) → void
播放进度发生变化
onPlayStateChange(int playState) → void
播放状态发生变化
onStartFloatWindowPlay() → void
开始悬浮窗播放
toString() String
A string representation of this object.
inherited

Operators

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