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
aViewControllerfrom which ad will be presented modally
View on GitHub
VIInterstitialAd Protocol Reference