SASMediationInterstitialAdapter

Interface that must be implemented by mediation adapters to request/show mediated interstitial

Functions

Link copied to clipboard
abstract fun requestInterstitialAd(@NonNull context: Context, @NonNull serverParametersString: String, @NonNull clientParameters: Map<String, Any>, @NonNull interstitialAdapterListener: SASMediationInterstitialAdapterListener)
Requests a mediated interstitial ad asynchronously
Link copied to clipboard
abstract fun showInterstitial()
Shows the previously loaded interstitial if any (or throws an exception if error)