IPDEventType enum

广告类型

Inheritance
Available extensions

Values

unknown → const IPDEventType

未知消息类型

const IPDEventType(-1)
init → const IPDEventType

初始化

const IPDEventType(0)
splash → const IPDEventType

开屏

const IPDEventType(1)
rewardVideo → const IPDEventType

激励

const IPDEventType(2)
interstitial → const IPDEventType

插全屏

const IPDEventType(3)

横幅

const IPDEventType(5)
nativeExpress → const IPDEventType

信息流

const IPDEventType(6)
drawAd → const IPDEventType

视频流

const IPDEventType(7)
contentAd → const IPDEventType

视频内容

const IPDEventType(8)
newsAd → const IPDEventType

新闻资讯

const IPDEventType(9)
h5Page → const IPDEventType

H5页面

const IPDEventType(10)
start → const IPDEventType

启动

const IPDEventType(12)
tubeAd → const IPDEventType

短剧

const IPDEventType(13)

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
val int
final

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(int val) IPDEventType

Constants

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