request Interstitial Ad
abstract fun requestInterstitialAd(@NonNull context: Context, @NonNull serverParametersString: String, @NonNull clientParameters: Map<String, Any>, @NonNull interstitialAdapterListener: SASMediationInterstitialAdapterListener)
Requests a mediated interstitial ad asynchronously
Parameters
context
the android.content.Context needed by the mediation SDK to make the ad request
server Parameters String
a String containing all needed parameters (as returned by Smart ad delivery) to make the mediation ad call
client Parameters
additional client-side parameters (user specific, like location)
interstitial Adapter Listener
the SASMediationInterstitialAdapterListener provided to this SASMediationAdapter to notify Smart SDK of events occurring on the mediated interstitial (clicks, user interactions,..)