IosZjEventAction enum
Values
- unknown → const IosZjEventAction
-
未知
const IosZjEventAction("unknown")
- initSuccess → const IosZjEventAction
-
初始化成功
const IosZjEventAction("onInitSuccess")
- initFailed → const IosZjEventAction
-
初始化失败
const IosZjEventAction("onInitFailed")
- startSuccess → const IosZjEventAction
-
启动成功
const IosZjEventAction("onStartSuccess")
- startFailed → const IosZjEventAction
-
启动失败
const IosZjEventAction("onStartFailed")
- onAdError → const IosZjEventAction
-
广告出错
const IosZjEventAction("onAdError")
- onAdLoaded → const IosZjEventAction
-
展示成功
const IosZjEventAction("onAdLoaded")
- onAdShow → const IosZjEventAction
-
广告展示
const IosZjEventAction("onAdShow")
- onAdClick → const IosZjEventAction
-
广告点击
const IosZjEventAction("onAdClick")
- onAdRewardVerify → const IosZjEventAction
-
获得奖励
const IosZjEventAction("onAdReward")
- onAdClose → const IosZjEventAction
-
广告关闭
const IosZjEventAction("onAdClose")
- onAdPlayFinish → const IosZjEventAction
-
广告播放完成
const IosZjEventAction("onAdPlayFinish")
- onAdOpenOtherController → const IosZjEventAction
-
打开落地页
const IosZjEventAction("onAdOpenOtherController")
- onAdCloseOtherController → const IosZjEventAction
-
关闭落地页
const IosZjEventAction("onAdCloseOtherController")
- onAdCountdownEnd → const IosZjEventAction
-
倒计时结束
const IosZjEventAction("onAdCountdownEnd")
- onAdClickSkip → const IosZjEventAction
-
点击跳过
const IosZjEventAction("onAdClickSkip")
- onVideoDidStartPlay → const IosZjEventAction
-
视频开始播放
const IosZjEventAction("onVideoDidStartPlay")
- onVideoDidPausePlay → const IosZjEventAction
-
视频暂停播放
const IosZjEventAction("onVideoDidPausePlay")
- onVideoDidResumePlay → const IosZjEventAction
-
视频恢复播放
const IosZjEventAction("onVideoDidResumePlay")
- onVideoDidEndPlay → const IosZjEventAction
-
视频停止播放
const IosZjEventAction("onVideoDidEndPlay")
- onVideoDidFailedToPlay → const IosZjEventAction
-
视频播放失败
const IosZjEventAction("onVideoDidFailedToPlay")
- onContentDidFullDisplay → const IosZjEventAction
-
视频内容展示
const IosZjEventAction("onContentDidFullDisplay")
- onContentDidEndDisplay → const IosZjEventAction
-
视频内容隐藏
const IosZjEventAction("onContentDidEndDisplay")
- onContentDidPause → const IosZjEventAction
-
视频内容暂停显示
const IosZjEventAction("onContentDidPause")
- onContentDidResume → const IosZjEventAction
-
视频内容恢复显示
const IosZjEventAction("onContentDidResume")
- onContentTaskCompleteAction → const IosZjEventAction
-
任务完成回调
const IosZjEventAction("onContentTaskComplete")
- onContentLoadSuccess → const IosZjEventAction
-
内容加载成功
const IosZjEventAction("onContentLoadSuccess")
- onContentLoadFailure → const IosZjEventAction
-
内容加载失败
const IosZjEventAction("onContentLoadFailure")
- onUnlockFlowStart → const IosZjEventAction
-
短剧开始解锁
const IosZjEventAction("onUnlockFlowStart")
- onUnlockFlowCancel → const IosZjEventAction
-
短剧解锁取消
const IosZjEventAction("onUnlockFlowCancel")
- onUnlockFlowEnd → const IosZjEventAction
-
短剧解锁结束
const IosZjEventAction("onUnlockFlowEnd")
- onPlayletClickEnterView → const IosZjEventAction
-
点击混排中进入跳转播放页的按钮
const IosZjEventAction("onPlayletClickEnterView")
- onPlayletNextPlayletWillPlay → const IosZjEventAction
-
本剧集观看完毕,切到下一部短剧回调
const IosZjEventAction("onPlayletNextPlayletWillPlay")
- onCurrentVideoChanged → const IosZjEventAction
-
视频切换时的回调
const IosZjEventAction("onCurrentVideoChanged")
- onDidClickedErrorButtonRetry → const IosZjEventAction
-
加载失败按钮点击重试回调
const IosZjEventAction("onDidClickedErrorButtonRetry")
- onPlayletCloseButtonClicked → const IosZjEventAction
-
默认关闭按钮被点击的回调
const IosZjEventAction("onPlayletCloseButtonClicked")
- onDataRefreshCompletion → const IosZjEventAction
-
数据刷新完成回调
const IosZjEventAction("onDataRefreshCompletion")
- onViewControllerSwitchToIndex → const IosZjEventAction
-
tab栏切换控制器的回调
const IosZjEventAction("onViewControllerSwitchToIndex")
Properties
- action → String
-
final
- 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
Static Methods
-
parse(
String action) → IosZjEventAction
Constants
-
values
→ const List<
IosZjEventAction> - A constant List of the values in this enum, in order of their declaration.