public interface InterstitialAdPlaybackListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCanceled()
Called when the user has canceled the interstitial ad using the back arrow.
|
void |
onError(FeedAdError error)
Called when an error occurred while displaying 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 played successfully
|
void |
onSkipped()
Called when the ad was skipped by the user.
|
void onSkipped()
void onPlacementComplete()
void onError(FeedAdError error)
error - the errorvoid onCanceled()
void onOpened()