Package-level declarations
Types
Link copied to clipboard
Represents YospaceAdsSession details
Link copied to clipboard
data class YospaceSessionInitializationData(val contentURL: String, val playbackMode: YospaceAdsSession.PlaybackMode, val userAgent: String? = null, val isValidationRequired: Boolean = false, val keepProxyAlive: Boolean = true, val connectTimeoutMs: Int? = null, val resourceTimeoutMs: Int? = null, val liveSessionTimeoutMs: Long = DEFAULT_LIVE_SESSION_TIMEOUT_MS)
Represents YospaceAdsSession's initialization data.