AdTag

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

Defines the url and type of an ad manifest.

Constructors

Link copied to clipboard
constructor(url: String, type: AdTagType)

Properties

Link copied to clipboard

The AdTagType of the ad tag.

Link copied to clipboard
val url: String

The url to an ad manifest.