AdSystem

data class AdSystem(name: String, version: String?)

Describes the ad system that returned the ad. Specified in InLine.AdSystem in the VAST response.

Constructors

Link copied to clipboard
fun AdSystem(name: String, version: String?)

Properties

Link copied to clipboard
val name: String

The name of the ad system that returned the ad.

Link copied to clipboard
val version: String?

The version number of the ad system that returned the ad.