ByteArkPlayerEventTypes class

Contains constants representing different event types for the Byteark Player.

Properties

hashCode int
The hash code for this object.
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

adsBreakEnd → const String
Event triggered when an ad break ends.
adsBreakStart → const String
Event triggered when an ad break starts.
adsClicked → const String
Event triggered when an ad is clicked.
adsCompleted → const String
Event triggered when an ads is completed.
adsError → const String
Event triggered when an error occurs during ad playback.
adsFirstQuartile → const String
Event triggered when an ad reaches the first quartile (25% watched).
adsImpressed → const String
Event triggered when an ad impression is recorded.
adsMidPoint → const String
Event triggered when an ad reaches the midpoint (50% watched).
adsRequest → const String
Event triggered when an ad request is initiated.
adsSkipped → const String
Event triggered when an ad is skipped by the user.
adsStart → const String
Event triggered when an ad starts playing.
adsThirdQuartile → const String
Event triggered when an ad reaches the third quartile (75% watched).
allAdsCompleted → const String
Event triggered when all ads in the sequence have completed.
playbackBuffered → const String
Event triggered when the player completes buffering.
playbackBuffering → const String
Event triggered when the player starts buffering.
playbackEnded → const String
Event triggered when the playback ends.
playbackError → const String
Event triggered when a playback error occurs.
playbackFirstPlay → const String
Event triggered when the playback starts for the first time.
playbackPause → const String
Event triggered when the playback is paused.
playbackPlay → const String
Event triggered when the playback starts/resumes.
playbackPlaylistItemChanged → const String
Event triggered when a new item in the playlist starts playing.
playbackResolutionChanged → const String
Event triggered when the playback resolution changes.
playbackSeeked → const String
Event triggered when a seek action completes.
playbackSeeking → const String
Event triggered when a seek action begins.
playbackTimeupdate → const String
Event triggered periodically to update the current playback time.
playerEnterFullscreen → const String
Event triggered when the player enters full-screen mode.
playerEnterPictureInPictureMode → const String
Event triggered when the player enters picture-in-picture mode.
playerExitFullscreen → const String
Event triggered when the player exits full-screen mode.
playerExitPictureInPictureMode → const String
Event triggered when the player exits picture-in-picture mode.
playerLoadingMetadata → const String
Event triggered when the player starts loading metadata.
playerReady → const String
Event triggered when the player is ready for interaction.