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")
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.