Advertiser

data class Advertiser(val name: String?, val id: String?)

Describes he advertiser as defined by the ad serving party. Specified in InLine.Advertiser in the VAST response.

Constructors

Link copied to clipboard
constructor(name: String?, id: String?)

Properties

Link copied to clipboard
val id: String?

An identifier for the advertiser, provided by the ad server.

Link copied to clipboard
val name: String?

The name of the advertiser as defined by the ad serving party.