VideoPlaybackEventName enum
Constructors
- VideoPlaybackEventName(String rawName)
-
const
Values
- impression → const VideoPlaybackEventName
-
When video is shown to the user.
VideoPlaybackEventName("fw:video:impression")
- start → const VideoPlaybackEventName
-
Video started.
VideoPlaybackEventName("fw:video:start")
- pause → const VideoPlaybackEventName
-
Video paused.
VideoPlaybackEventName("fw:video:pause")
- resume → const VideoPlaybackEventName
-
Video resume.
VideoPlaybackEventName("fw:video:resume")
- firstQuartile → const VideoPlaybackEventName
-
Video reached 25%.
VideoPlaybackEventName("fw:video:first-quartile")
- midpoint → const VideoPlaybackEventName
-
Video reached 50%.
VideoPlaybackEventName("fw:video:midpoint")
- thirdQuartile → const VideoPlaybackEventName
-
Video reached 75%.
VideoPlaybackEventName("fw:video:third-quartile")
- complete → const VideoPlaybackEventName
-
Video reached 100%.
VideoPlaybackEventName("fw:video:complete")
- adStart → const VideoPlaybackEventName
-
When ad video finishes playing.
VideoPlaybackEventName("fw:video:adStart")
- adEnd → const VideoPlaybackEventName
-
When ad video finishes playing.
VideoPlaybackEventName("fw:video:ad-end")
- clickCTA → const VideoPlaybackEventName
-
When a visitor clicks on CTA button (if available).
VideoPlaybackEventName("fw:video:click-cta")
-
When user clicks on "Share" button.
VideoPlaybackEventName("fw:video:click-share")
Properties
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.
[impression, start, pause, resume, firstQuartile, midpoint, thirdQuartile, complete, adStart, adEnd, clickCTA, clickShare]