Package 

Class AppOpenAdLoader

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setAdLoadListener(@Nullable() AppOpenAdLoadListener appOpenAdLoadListener) Sets an AppOpenAdEventListener.
      void loadAd(@NonNull() AdRequestConfiguration adRequestConfiguration) Starts loading the ad by AdRequestConfiguration on a background thread.
      void cancelLoading() Cancel active loading of the app open ads.
      • Methods inherited from class java.lang.Object

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

      • AppOpenAdLoader

        AppOpenAdLoader(Context context)
        Constructs a new AppOpenAdLoader programmatically.
        Parameters:
        context - The activity context the view is running in, through which it can access the current theme, resources, etc.