VideoPresentationEventNames enum Models

The VideoPresentationEventNames enum gathers the possible statuses of a video presentation.

Inheritance
Implemented types

Constructors

VideoPresentationEventNames(String value)
const

Values

videoPresentationPaused → const VideoPresentationEventNames

Emitted when a video presentation is paused.

VideoPresentationEventNames('EVENT_VIDEOPRESENTATION_PAUSED')
videoPresentationPlayed → const VideoPresentationEventNames

Emitted when a video presentation is resumed.

VideoPresentationEventNames('EVENT_VIDEOPRESENTATION_PLAYED')
videoPresentationSought → const VideoPresentationEventNames

Emitted when a video presentation is sought.

VideoPresentationEventNames('EVENT_VIDEOPRESENTATION_SOUGHT')
videoPresentationStarted → const VideoPresentationEventNames

Emitted when a video presentation is started.

VideoPresentationEventNames('EVENT_VIDEOPRESENTATION_STARTED')
videoPresentationStopped → const VideoPresentationEventNames

Emitted when a video presentation is stopped.

VideoPresentationEventNames('EVENT_VIDEOPRESENTATION_STOPPED')

Properties

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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

valueOf(String? value) VideoPresentationEventNames

Constants

values → const List<VideoPresentationEventNames>
A constant List of the values in this enum, in order of their declaration.
[videoPresentationPaused, videoPresentationPlayed, videoPresentationSought, videoPresentationStarted, videoPresentationStopped]