VastExtension

data class VastExtension @JvmOverloads constructor(var type: String? = null, var value: String = "", var adVerifications: MutableList<Verification>? = null, var adContext: String? = null, var position: String? = null, var companionZoneId: String? = null, var xmlString: String? = null) : VastDataClassInterface

Constructors

Link copied to clipboard
constructor(type: String? = null, value: String = "", adVerifications: MutableList<Verification>? = null, adContext: String? = null, position: String? = null, companionZoneId: String? = null, xmlString: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var type: String?
Link copied to clipboard
Link copied to clipboard
open override var xmlString: String?