Class ADInterstitialAd

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    @Deprecated
    public final class ADInterstitialAd
    extends NSObject
    Deprecated.
    Deprecated in iOS 10.0.
    Since:
    Available in iOS 4.3 and later.
    • Constructor Detail

      • ADInterstitialAd

        public ADInterstitialAd()
        Deprecated.
      • ADInterstitialAd

        protected ADInterstitialAd​(NSObject.Handle h,
                                   long handle)
        Deprecated.
      • ADInterstitialAd

        protected ADInterstitialAd​(NSObject.SkipInit skipInit)
        Deprecated.
    • Method Detail

      • isLoaded

        public boolean isLoaded()
        Deprecated.
      • isActionInProgress

        public boolean isActionInProgress()
        Deprecated.
      • cancelAction

        public void cancelAction()
        Deprecated.
      • present

        public boolean present​(UIView containerView)
        Deprecated.
      • presentFromViewController

        @Deprecated
        public void presentFromViewController​(UIViewController viewController)
        Deprecated.
        Deprecated in iOS 7.0. Use -[UIViewController requestInterstitialAdPresentation] and related APIs documented in .
        Since:
        Available in iOS 4.3 and later.