Asset
data class Asset(val id: String, val img: AdResponse.Body.Asset.Img, val link: AdResponse.Body.Asset.LinkX) : 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
Creates an Asset instance. You can use this constructor for testing. Normally you do not need to use it.