TimestampSkippedEvent

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

Event for when a chapter is skipped, aka when event is handled (or for future use when skip automatically ads/sponsor)

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