IndustryIcon
data class IndustryIcon(val program: String? = null, val width: String? = null, val height: String? = null, val xPosition: String? = null, val yPosition: String? = null, val offset: String? = null, val duration: String? = null, val apiFramework: String? = null, val altText: String? = null, val imageURL: String? = null, val clickThroughURL: String, val fallbackImages: List<IconClickFallbackImage> = emptyList())
Represents VAST response metadata related to WTA (Why This Ad?) privacy disclosures. These disclosures are returned inside the IndustryIcon element of the VAST response. WTA related attributes are part of the relevant
Constructors
Link copied to clipboard
constructor(program: String? = null, width: String? = null, height: String? = null, xPosition: String? = null, yPosition: String? = null, offset: String? = null, duration: String? = null, apiFramework: String? = null, altText: String? = null, imageURL: String? = null, clickThroughURL: String, fallbackImages: List<IconClickFallbackImage> = emptyList())
Properties
Link copied to clipboard
Identifies the API needed to execute the icon resource file if applicable.
Link copied to clipboard
The URL of the action that occurs when a user clicks the Industry icon. In most cases,the user sees the "Ad Settings" page. that the media player opens when the icon is clicked.
Link copied to clipboard
The IconClickFallbackImage instance.