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)