Class ADInterstitialPresentationPolicy


  • public final class ADInterstitialPresentationPolicy
    extends java.lang.Object
    [@enum] ADInterstitialPresentationPolicy [@constant] ADInterstitialPresentationPolicyNone Default policy - this is effectively the same as the Manual policy except that setting the Manual policy will trigger the +prepareInterstitialAds logic if needed. [@constant] ADInterstitialPresentationPolicyAutomatic Automatic policy - the framework determines when an interstitial will be presented. [@constant] ADInterstitialPresentationPolicyManual Manual policy - the application determines when an interstitial should be presented and calls an API from the iAdAdditions category. Policy options governing how and when interstitial ads may be presented from a given view controller.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Automatic  
      static long Manual  
      static long None  
    • Method Summary

      • Methods inherited from class java.lang.Object

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