UplynkConfiguration

data class UplynkConfiguration(val defaultSkipOffset: Int = -1, val onSeekOverAd: SkippedAdStrategy = SkippedAdStrategy.PLAY_NONE)

Describes the configuration of the Uplynk integration.

Constructors

Link copied to clipboard
constructor(defaultSkipOffset: Int = -1, onSeekOverAd: SkippedAdStrategy = SkippedAdStrategy.PLAY_NONE)

Properties

Link copied to clipboard

The offset after which an ad break may be skipped, in seconds.

Link copied to clipboard

The ad skip strategy which is used when seeking over ads.