AdEventType enum

Inheritance

Constructors

AdEventType()
const

Values

all_ads_completed → const AdEventType
ad_break_fetch_error → const AdEventType
clicked → const AdEventType
completed → const AdEventType
cuepoints_changed → const AdEventType
content_pause_requested → const AdEventType
content_resume_requested → const AdEventType
first_quartile → const AdEventType
log → const AdEventType
ad_break_ready → const AdEventType
midpoint → const AdEventType
paused → const AdEventType
resumed → const AdEventType
skippable_state_changed → const AdEventType
skipped → const AdEventType
started → const AdEventType
tapped → const AdEventType
icon_tapped → const AdEventType
icon_fallback_image_closed → const AdEventType
third_quartile → const AdEventType
loaded → const AdEventType
ad_progress → const AdEventType
ad_buffering → const AdEventType
ad_break_started → const AdEventType
ad_break_ended → const AdEventType
ad_period_started → const AdEventType
ad_period_ended → const AdEventType
unknown → const AdEventType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

fromString(String? event) AdEventType

Constants

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