Package 

Interface AppOpenAdEventListener

  • All Implemented Interfaces:

    @MainThread() 
    public interface AppOpenAdEventListener
    
                        

    A listener for receiving notifications during the lifecycle of an app open ad.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onAdShown() Called when an app open ad has been shown.
      abstract Unit onAdFailedToShow(AdError adError) Called when an app open ad failed to show.
      abstract Unit onAdDismissed() Called when an app open ad has been dismissed.
      abstract Unit onAdClicked() Called when user clicked on the ad.
      abstract Unit onAdImpression(ImpressionData impressionData) Called when an impression was observed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail