IconClickFallbackImage

data class IconClickFallbackImage(val width: String, val height: String, val altText: String? = null, val imageURL: String? = null, val program: String? = null)

In cases where the icon representing the cause for ad showing can not display the "Ad Settings" page, such as when the platform does not support a browser, shows users a fallback image that contains the same disclosure information as the "Ad Settings" page. When an icon click occurs, the ad must pause and the image must be rendered above the video. The player must provide a means for the user to close the dialogue, for example by pressing the back button. The image must not be obstructed and should not be downloaded unless a click-action occurs. obstructed and should not be downloaded unless a click-action occurs.

Constructors

Link copied to clipboard
constructor(width: String, height: String, altText: String? = null, imageURL: String? = null, program: String? = null)

Properties

Link copied to clipboard
val altText: String? = null

The alternative text for the fallback image.

Link copied to clipboard

The pixel height of the image asset.

Link copied to clipboard
val imageURL: String? = null

The URL of the image file for the fallback image (PNG is preferred).

Link copied to clipboard
val program: String? = null

The program represented in the icon (e.g. "AdChoices").

Link copied to clipboard

The pixel width of the image asset.