VideoEndedEvent

data class VideoEndedEvent(val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent

Event when the player video has ended, up to the settings on what to do when that happens

Constructors

Link copied to clipboard
constructor(source: PlayerEventSource = PlayerEventSource.Player)

Properties

Link copied to clipboard
open override val source: PlayerEventSource