Package com.my.target.ads
Interface InterstitialAd.InterstitialAdListener
- Enclosing class:
- InterstitialAd
public static interface InterstitialAd.InterstitialAdListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalls when user clicks on ad creativevoidCalls when ad closedvoidCalls when ad appears on screenvoidonLoad(InterstitialAd ad) Calls if the data is loaded successfully.voidonNoAd(IAdLoadingError adLoadingError, InterstitialAd ad) Calls if no data receivedvoidCalls when ad video completes (if exists)
-
Method Details
-
onLoad
Calls if the data is loaded successfully.- Parameters:
ad- current instance
-
onNoAd
Calls if no data received- Parameters:
adLoadingError- reason for not receiving adad- current instance
-
onClick
Calls when user clicks on ad creative- Parameters:
ad- current instance
-
onDismiss
Calls when ad closed- Parameters:
ad- current instance
-
onVideoCompleted
Calls when ad video completes (if exists)- Parameters:
ad- current instance
-
onDisplay
Calls when ad appears on screen- Parameters:
ad- current instance
-