AdSource

data class AdSource(val id: String, val withRemindAd: Int, val delayMills: Long = 0, val isLiveContent: Boolean = false) : Parcelable

Constructors

Link copied to clipboard
constructor(id: String, withRemindAd: Int, delayMills: Long = 0, isLiveContent: Boolean = false)

Types

Link copied to clipboard
object Companion : JSONUnmarshallable<VideoScheduleResponse.AdSource>

Properties

Link copied to clipboard
val delayMills: Long = 0
Link copied to clipboard
val id: String
Link copied to clipboard
val isLiveContent: Boolean = false
Link copied to clipboard