Asset
data class Asset(val id: String, val img: AdResponse.Body.Asset.Img, val link: AdResponse.Body.Asset.LinkX, val description: String? = null) : Parcelable
A portion of the data received from the ad server and decoded by the SDK that is associated with advertising assets.
Constructors
Link copied to clipboard
constructor(id: String, img: AdResponse.Body.Asset.Img, link: AdResponse.Body.Asset.LinkX, description: String? = null)
Creates an Asset instance. You can use this constructor for testing. Normally you do not need to use it.