load Ad
abstract fun loadAd(context: Context, serverSideParametersString: String, clientSideParameters: Map<String, Any>?)
Loads the mediation by asking the underlying mediation SDK to load an ad.
Parameters
context
The current Context.
server Side Parameters String
A string parsed in the ad response representing the data to pass to the mediation adapter.
client Side Parameters
A Map set by the publisher containing the data to pass to the mediation adapter.