AdTag

AdTag

class AdTag(val url: String, val type: AdTagType)

Defines the url and type of an ad manifest.

Constructors

AdTagconstructor(url: String, type: AdTagType)

Properties

NameSummary
typeval type: AdTagType
The AdTagType of the ad tag.
urlval url: String
The url to an ad manifest.