MediationAppOpenAdCallback

public interface MediationAppOpenAdCallback implements MediationAdCallback

App Open ad callbacks for a mediation adapter to communicate back to the Google Mobile Ads SDK. Mediation adapters must send these callbacks so that they can be forwarded to the publisher.

Public Method Summary

abstract void
onAdFailedToShow(AdError adError)
Notifies the Google Mobile Ads SDK that the app open ad failed to show.

Inherited Method Summary

Public Methods

public abstract void onAdFailedToShow (AdError adError)

Notifies the Google Mobile Ads SDK that the app open ad failed to show.

Parameters
adError AdError detailing the cause of the failure.