Package 

Interface AppOpenAdLoadListener

  • All Implemented Interfaces:

    @MainThread() 
    public interface AppOpenAdLoadListener
    
                        

    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 onAdLoaded(AppOpenAd appOpenAd) Notifies when ad is loaded.
      abstract Unit onAdFailedToLoad(AdRequestError error) Called when an app open ad request failed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait