Package-level declarations

Types

Link copied to clipboard
data class AdParameters @JvmOverloads constructor(val value: String? = null, val xmlEncoded: Boolean? = null, val xmlString: String? = null)
Link copied to clipboard
data class Advertiser @JvmOverloads constructor(val id: String? = null, val value: String? = null)

This class is used to represent the Advertiser tag parsed from the VAST file.

Link copied to clipboard
data class ClickTracking @JvmOverloads constructor(val value: String? = null, val id: String? = null)
Link copied to clipboard
data class CompanionVast @JvmOverloads constructor(val staticResources: List<StaticResource>? = null, val iFrameResources: List<String>? = null, val htmlResources: List<String>? = null, val adParameters: AdParameters? = null, val altText: String? = null, val companionClickThrough: String? = null, val companionClickTracking: List<ClickTracking>? = null, val trackingEvents: List<Tracking>? = null, val width: Int? = null, val height: Int? = null, val id: String? = null, val assetWidth: Int? = null, val assetHeight: Int? = null, val expandedWidth: Int? = null, val expandedHeight: Int? = null, val apiFramework: String? = null, val adSlotId: String? = null, val pxRatio: BigDecimal? = null, val renderingMode: String? = "default")

This class is used to represent the Companion tag parsed from the VAST file.

Link copied to clipboard
data class CreativeExtension @JvmOverloads constructor(val value: String = "", val type: String? = null, val attributes: Map<String, String> = emptyMap(), val xmlString: String? = null)
Link copied to clipboard
data class StaticResource @JvmOverloads constructor(val value: String? = null, val creativeType: String? = null)
Link copied to clipboard
data class Tracking @JvmOverloads constructor(val value: String = "", val event: String? = null, val offset: String? = null)
Link copied to clipboard
data class VastExtension @JvmOverloads constructor(val type: String? = null, val value: String = "", val adVerifications: MutableList<Verification>? = null, val adContext: String? = null, val position: String? = null, val companionZoneId: String? = null, val xmlString: String? = null)