ZJEventType enum

广告类型

Inheritance
Available extensions

Values

unknown → const ZJEventType

未知消息类型

const ZJEventType(-1)
init → const ZJEventType

初始化

const ZJEventType(0)
splash → const ZJEventType

开屏

const ZJEventType(1)
rewardVideo → const ZJEventType

激励

const ZJEventType(2)
interstitial → const ZJEventType

插屏

const ZJEventType(3)

横幅

const ZJEventType(5)
nativeExpress → const ZJEventType

信息流

const ZJEventType(6)
drawAd → const ZJEventType

视频流

const ZJEventType(7)
contentAd → const ZJEventType

视频内容

const ZJEventType(8)
newsAd → const ZJEventType

新闻资讯

const ZJEventType(9)
h5Page → const ZJEventType

H5插件

const ZJEventType(10)
taskAd → const ZJEventType

任务墙

const ZJEventType(11)
start → const ZJEventType

启动

const ZJEventType(12)
tubeAd → const ZJEventType

短剧

const ZJEventType(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) ZJEventType

Constants

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