Ext
data class Ext(val adData: MutableMap<String, String>?, val renderConfig: JSONObject? = null) : Parcelable
A portion of the data received from the ad server and decoded by the SDK that is associated with additional information related to the advertisement.
This is a JSON-formatted part of the response from the ad server that can be customised by advertiser.
Constructors
Link copied to clipboard
Creates an Ext instance. You can use this constructor for testing. Normally you do not need to use it.