Callback to be invoked when ads show and dismiss full screen content, such as a fullscreen ad experience or an in-app browser.
| int | ERROR_CODE_AD_REUSED | Error code that indicates the ad has already been shown. |
| int | ERROR_CODE_APP_NOT_FOREGROUND | Error code that indicates the ad can not be shown when app is not in the foreground. |
| int | ERROR_CODE_INTERNAL_ERROR | Error code that indicates something unexpected happened internally. |
| int | ERROR_CODE_MEDIATION_SHOW_ERROR | Error code that indicates a mediation adapter failed to show the ad. |
| int | ERROR_CODE_NOT_READY | Error code that indicates the ad is not ready. |
| void |
onAdClicked()
Called when a click is recorded for an ad.
|
| void |
onAdDismissedFullScreenContent()
Called when the ad dismissed full screen content.
|
| void |
onAdFailedToShowFullScreenContent(AdError adError)
Called when the ad failed to show full screen content.
|
| void |
onAdImpression()
Called when an impression is recorded for an ad.
|
| void |
onAdShowedFullScreenContent()
Called when the ad showed the full screen content.
|
Error code that indicates the ad has already been shown.
Error code that indicates the ad can not be shown when app is not in the foreground.
Error code that indicates something unexpected happened internally.
Error code that indicates a mediation adapter failed to show the ad. If this error
is returned from AdError.getCode(),
check AdError.getCause()
for the underlying cause.
Error code that indicates the ad is not ready.
Called when a click is recorded for an ad.
Called when the ad dismissed full screen content.
Called when the ad failed to show full screen content.
Called when an impression is recorded for an ad.
Called when the ad showed the full screen content.