Package apple.iad.enums
Class ADInterstitialPresentationPolicy
- java.lang.Object
-
- apple.iad.enums.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 Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Automatic
public static final long Automatic
- See Also:
- Constant Field Values
-
Manual
public static final long Manual
- See Also:
- Constant Field Values
-
-