SASMediationBannerAdapter

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

Types

Link copied to clipboard

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

Properties

Link copied to clipboard

The MediationBannerAdapterListener used to notify the Equativ SDK of mediation SDK banner 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 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.