VIInterstitialAd

@protocol VIInterstitialAd <VIAd>

Interface to display interstitial ad

  • If isReady == YES, ad will be presented. Otherwise this call will be ignored.

    Declaration

    Objective-C

    - (void)showFromViewController:(id)aViewController;

    Swift

    func show(fromViewController aViewController: Any!)

    Parameters

    aViewController

    from which ad will be presented modally