NexxEventType enum

Lists arbitrary event types, which can be emitted by nexxPLAY.

Inheritance

Constructors

NexxEventType()
const

Values

playerAdded → const NexxEventType
playerReady → const NexxEventType
changeMedia → const NexxEventType
changePlayPosition → const NexxEventType
changeMediaIntent → const NexxEventType
metadata → const NexxEventType
startSession → const NexxEventType
startPlay → const NexxEventType
startPlayback → const NexxEventType
mainInteraction → const NexxEventType
pause → const NexxEventType
play → const NexxEventType
replay → const NexxEventType
second → const NexxEventType
quarter → const NexxEventType
progress25 → const NexxEventType
progress50 → const NexxEventType
progress75 → const NexxEventType
progress95 → const NexxEventType
showHotSpot → const NexxEventType
hideHotSpot → const NexxEventType
showOverlay → const NexxEventType
hideOverlay → const NexxEventType
enterPIP → const NexxEventType
exitPIP → const NexxEventType
enterFullScreen → const NexxEventType
exitFullScreen → const NexxEventType
mute → const NexxEventType
unmute → const NexxEventType
ended → const NexxEventType
payPreviewEnded → const NexxEventType
endedAll → const NexxEventType
error → const NexxEventType
adCalled → const NexxEventType
adStarted → const NexxEventType
adEnded → const NexxEventType
adResumed → const NexxEventType
adError → const NexxEventType
adClicked → const NexxEventType
trickPlay → const NexxEventType
bumperClicked → const NexxEventType

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

Constants

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