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
constructor(adData: MutableMap<String, String>?, renderConfig: JSONObject? = null)

Creates an Ext instance. You can use this constructor for testing. Normally you do not need to use it.

Properties

Link copied to clipboard

Additional data related to the advertisement.

Link copied to clipboard

Additional rendering configuration related to the advertisement.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)