public interface CriteoInterstitialAdListener extends CriteoAdListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onAdClosed()
Callback invoked when the user is back from the Ad.
|
default void |
onAdOpened()
Callback invoked when an interstitial ad is opened via
CriteoInterstitial.show(). |
void |
onAdReceived(CriteoInterstitial interstitial)
Callback invoked when an interstitial ad is requested and valid bid is answered and creative is successfully
received.
|
onAdClicked, onAdFailedToReceive, onAdLeftApplication@UiThread
void onAdReceived(@NonNull
CriteoInterstitial interstitial)
From this notification, publishers are able to display the interstitial ad by calling CriteoInterstitial.show(). It can be done directly in the implementation of this callback, or later.
@UiThread default void onAdOpened()
CriteoInterstitial.show().@UiThread default void onAdClosed()