IconClickFallbackImage
public protocol IconClickFallbackImage
Represents an icon click fallback image object.
Encapsulates the data from the
-
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 }