Interface InterstitialViewListener
public interface InterstitialViewListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAdClicked(InterstitialView interstitialView) When an ad was clickedvoidonAdClickThroughClosed(InterstitialView interstitialView) When an expanded banner ad was closedvoidonAdClosed(InterstitialView interstitialView) voidonAdCompleted(InterstitialView interstitialView) When an ad has finished refreshing.voidonAdDisplayed(InterstitialView interstitialView) When a loaded ad is displayedvoidonAdFailed(InterstitialView interstitialView, AdException error) When AdModel fails to load for whatever reasonvoidonAdLoaded(InterstitialView interstitialView, AdDetails adDetails) This is triggered whenever the AD is rendered on the screen.
-
Method Details
-
onAdLoaded
This is triggered whenever the AD is rendered on the screen. -
onAdFailed
When AdModel fails to load for whatever reason- Parameters:
error- The AdException received when trying to load the Ad
-
onAdDisplayed
When a loaded ad is displayed -
onAdCompleted
When an ad has finished refreshing. -
onAdClicked
When an ad was clicked -
onAdClickThroughClosed
When an expanded banner ad was closed -
onAdClosed
-