IPDEventAction enum
事件的Action
Values
- unknown → const IPDEventAction
-
未知
const IPDEventAction("unknown") - initSuccess → const IPDEventAction
-
初始化成功
const IPDEventAction("onInitSuccess") - initFailed → const IPDEventAction
-
初始化失败
const IPDEventAction("onInitFailed") - startSuccess → const IPDEventAction
-
启动成功
const IPDEventAction("onStartSuccess") - startFailed → const IPDEventAction
-
启动失败
const IPDEventAction("onStartFailed") - onAdLoadFailed → const IPDEventAction
-
加载出错
const IPDEventAction("onAdLoadFailed") - onAdLoaded → const IPDEventAction
-
展示成功
const IPDEventAction("onAdLoaded") - onAdShowError → const IPDEventAction
-
展示出错
const IPDEventAction("onAdShowError") - onAdShow → const IPDEventAction
-
广告展示
const IPDEventAction("onAdShow") - onAdClick → const IPDEventAction
-
广告点击
const IPDEventAction("onAdClick") - onAdRewardVerify → const IPDEventAction
-
获得奖励
const IPDEventAction("onAdRewardVerify") - onAdClose → const IPDEventAction
-
广告关闭
const IPDEventAction("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) → IPDEventAction
Constants
-
values
→ const List<
IPDEventAction> - A constant List of the values in this enum, in order of their declaration.