SASMediationInterstitialAdapter

Interface implemented by mediation adapters that load and return interstitial ads.

Types

Link copied to clipboard

Interface for listener objects that are notified of mediation ad call outcome

Properties

Link copied to clipboard

The MediationInterstitialAdapterListener used to notify the Equativ SDK of mediation SDK interstitial events

Link copied to clipboard
abstract val adapterVersion: String

The version of the mediation adapter

Link copied to clipboard
abstract val sdkName: String

The name of the mediated SDK

Link copied to clipboard
abstract val sdkVersion: String

The version of the mediated SDK

Functions

Link copied to clipboard
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.

Link copied to clipboard
abstract fun onDestroy()

Notifies the mediation SDK that all used resources can be disposed of.

Link copied to clipboard
abstract fun show()

Shows the previously loaded mediation interstitial ad, if available.