VideoPlaybackEventName enum

Inheritance

Constructors

VideoPlaybackEventName(String rawName)
const

Values

impression → const VideoPlaybackEventName

Video is shown to the user.

const VideoPlaybackEventName("fw:video:impression")
start → const VideoPlaybackEventName

Video started.

const VideoPlaybackEventName("fw:video:start")
pause → const VideoPlaybackEventName

Video paused.

const VideoPlaybackEventName("fw:video:pause")
resume → const VideoPlaybackEventName

Video resume.

const VideoPlaybackEventName("fw:video:resume")
firstQuartile → const VideoPlaybackEventName

Video reached 25%.

const VideoPlaybackEventName("fw:video:first-quartile")
midpoint → const VideoPlaybackEventName

Video reached 50%.

const VideoPlaybackEventName("fw:video:midpoint")
thirdQuartile → const VideoPlaybackEventName

Video reached 75%.

const VideoPlaybackEventName("fw:video:third-quartile")
complete → const VideoPlaybackEventName

Video reached 100% or video was closed manunally.

const VideoPlaybackEventName("fw:video:complete")
adStart → const VideoPlaybackEventName

Ad video starts playing.

const VideoPlaybackEventName("fw:video:adStart")
adEnd → const VideoPlaybackEventName

Ad video finishes playing.

const VideoPlaybackEventName("fw:video:ad-end")
clickCTA → const VideoPlaybackEventName

A visitor clicks on CTA button (if available).

const VideoPlaybackEventName("fw:video:click-cta")
clickShare → const VideoPlaybackEventName

User clicks on "Share" button.

const VideoPlaybackEventName("fw:video:click-share")

Properties

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

Constants

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