MediationAppOpenAdCallback

public interface MediationAppOpenAdCallback extends 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.

Summary

Public methods

abstract void

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

Inherited methods

From com.google.android.gms.ads.mediation.MediationAdCallback
abstract void

Notifies the Google Mobile Ads SDK that the ad closed.

abstract void

Notifies the Google Mobile Ads SDK that the ad opened.

abstract void

Notifies the Google Mobile Ads SDK that the ad has been clicked.

abstract void

Notifies the Google Mobile Ads SDK that an impression occurred on the ad.

Public methods

onAdFailedToShow

abstract void onAdFailedToShow(@NonNull AdError adError)

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

Parameters
@NonNull AdError adError

AdError detailing the cause of the failure.