Advertiser
data class Advertiser @JvmOverloads constructor(var value: String? = null, var id: String? = null, var xmlString: String? = null) : VastDataClassInterface
This class is used to represent the Advertiser tag parsed from the VAST file.
This class is used to represent the Advertiser tag parsed from the VAST file.