IconClickFallbackImage

public protocol IconClickFallbackImage

Represents an icon click fallback image object. Encapsulates the data from the element of a VAST document. It is a graphic that is used when a target platform does not support HTML rendering: the information is provided as an image instead.

  • The program represented in the icon (e.g. “AdChoices”)

    Declaration

    Swift

    var program: String? { get }
  • The width of the image asset.

    Declaration

    Swift

    var width: String? { get }
  • The width of the image asset.

    Declaration

    Swift

    var height: String? { get }
  • The alternative text for the fallback image.

    Declaration

    Swift

    var altText: String? { get }
  • The URL of the image file for the fallback image (PNG is preferred).

    Declaration

    Swift

    var imageURL: String? { get }