com.google.android.gms.ads.mediation.customevent.CustomEventInterstitialListener |
A custom event interstitial listener. Custom events that implement CustomEventInterstitial
should use this listener to send callbacks to the mediation library to
properly manage ad flow.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates that an interstitial has been requested and successfully received.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Indicates that an interstitial has been requested and successfully received. Interstitials must
wait for a showInterstitial()
call.
Once an interstitial is requested, the custom event must report either success or failure. If no response is received within a time limit, the mediation library may move on to another adapter, resulting in a potentially successful interstitial not being shown.
From the point when this method is called until the adapter is destroyed, showInterstitial()
should open the interstitial.