public interface InterstitialAdListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdLoaded(InterstitialAdPresenter presenter)
Called when the ad has been loaded and the interstitial ad is ready to be shown
|
void |
onCanceled()
Called when the user has canceled the interstitial ad using the back arrow.
|
void |
onError(FeedAdError error)
Called when an error occurred during loading or displaying of the ad
|
void |
onOpened()
This method is called when an ad of a placement was clicked by the user.
|
void |
onPlacementComplete()
Called when all ads have been player successfully
|
void |
onSkipped()
Called when the ad was skipped by the user
|
void onAdLoaded(InterstitialAdPresenter presenter)
presenter - the interstitial presenter that can be used to interact with the interstitial advoid onSkipped()
void onPlacementComplete()
void onError(FeedAdError error)
error - the errorvoid onCanceled()
void onOpened()