TimestampInvokedEvent

data class TimestampInvokedEvent(val timestamp: EpisodeSkip.SkipStamp, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent

Event when timestamps appear, null when it should disappear

Constructors

Link copied to clipboard
constructor(timestamp: EpisodeSkip.SkipStamp, source: PlayerEventSource = PlayerEventSource.Player)

Properties

Link copied to clipboard
open override val source: PlayerEventSource
Link copied to clipboard