VideoEventType enum

小视频事件类型

Inheritance
Available extensions

Values

videoStart → const VideoEventType

视频开始播放

videoPause → const VideoEventType

视频暂停

videoResume → const VideoEventType

视频恢复播放

videoComplete → const VideoEventType

视频正常结束

videoError → const VideoEventType

视频错误

videoClose → const VideoEventType

视频关闭

videoDestroy → const VideoEventType

视频销毁

videoClick → const VideoEventType

视频点击

requestStart → const VideoEventType

请求开始

requestFail → const VideoEventType

请求失败

requestSuccess → const VideoEventType

请求成功

listDataChange → const VideoEventType

数据源变化

pageChange → const VideoEventType

页面切换

refreshFinish → const VideoEventType

列表刷新完成

seek → const VideoEventType

跳转到指定进度

adRequest → const VideoEventType

广告开始请求

adRequestSuccess → const VideoEventType

广告请求成功

adRequestFail → const VideoEventType

广告请求失败

adStart → const VideoEventType

广告开始播放

adShow → const VideoEventType

广告开始展示

adClick → const VideoEventType

广告点击

adClose → const VideoEventType

广告关闭

adError → const VideoEventType

广告错误

adComplete → const VideoEventType

广告完成

pageEnter → const VideoEventType

页面进入

pageLeave → const VideoEventType

页面离开

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<VideoEventType>
A constant List of the values in this enum, in order of their declaration.