ZJEventAction enum

事件的Action

Inheritance
Available extensions

Values

unknown → const ZJEventAction

未知

const ZJEventAction("unknown")
initSuccess → const ZJEventAction

初始化成功

const ZJEventAction("onInitSuccess")
initFailed → const ZJEventAction

初始化失败

const ZJEventAction("onInitFailed")
startSuccess → const ZJEventAction

启动成功

const ZJEventAction("onStartSuccess")
startFailed → const ZJEventAction

启动失败

const ZJEventAction("onStartFailed")
onAdError → const ZJEventAction

广告出错

const ZJEventAction("onAdError")
onAdLoaded → const ZJEventAction

展示成功

const ZJEventAction("onAdLoaded")
onAdShow → const ZJEventAction

广告展示

const ZJEventAction("onAdShow")
onAdClick → const ZJEventAction

广告点击

const ZJEventAction("onAdClick")
onAdRewardVerify → const ZJEventAction

获得奖励

const ZJEventAction("onAdReward")
onAdClose → const ZJEventAction

广告关闭

const ZJEventAction("onAdClose")

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) ZJEventAction

Constants

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