Advertiser

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.

Constructors

Link copied to clipboard
constructor(id: String? = null, value: String? = null)

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val value: String? = null