Interstitial 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.
| abstract void |
onAdFailedToShow(String
errorDescription)
This method is deprecated. Use
onAdFailedToShow(AdError) instead.
|
| abstract void |
onAdFailedToShow(AdError adError)
Notifies the Google Mobile Ads SDK that the interstitial ad failed to show.
|
| abstract void |
onAdLeftApplication()
Notifies the Google Mobile Ads SDK that the ad has caused the user to leave the
application (for example, opened a browser).
|
This method is deprecated.
Use
onAdFailedToShow(AdError) instead.
Notifies the Google Mobile Ads SDK that the interstitial ad failed to show.
| errorDescription | An error message that describes the failure reason. |
|---|
Notifies the Google Mobile Ads SDK that the interstitial ad failed to show.
| adError | AdError detailing the cause of the failure. |
|---|
Notifies the Google Mobile Ads SDK that the ad has caused the user to leave the application (for example, opened a browser).