BannerAdMediator

class BannerAdMediator : AdMediator<T1, T2>

Mediator class specifically designed for banner ads. Handles the mediation process for banner type advertisements.

Functions

Link copied to clipboard
open fun onChangedMediationState(@NonNull stateLog: StateLogCreator.StateLog)
Called when the mediation state changes.
Link copied to clipboard
open fun onFailedToLogEvent(url: String, errorMessage: String)
Called when a log event fails to be recorded.
Link copied to clipboard
Called when an adapter is selected for the mediation process.
Link copied to clipboard
Called when a log event is successfully recorded.