loadAd

abstract fun loadAd(context: Context, serverSideParametersString: String, clientSideParameters: Map<String, Any>?)

Loads the mediation interstitial ad by asking the underlying mediation SDK to load an ad.

Parameters

context

The current Context.

serverSideParametersString

A string parsed in the ad response representing the data to pass to the mediation adapter.

clientSideParameters

A Map set by the publisher containing the data to pass to the mediation adapter.