PWAdsVideoInterstitial Class Reference

Inherits from PWAdsVideoBase : NSObject
Declared in PWAdsVideoInterstitial.h

Overview

Class for loading and presenting video interstitial advertisments.

  delegate

The delegate that implements PWAdsVideoInterstitialDelegate protocol.

@property (nonatomic, weak) id<PWAdsVideoInterstitialDelegate> delegate

Discussion

The delegate that implements PWAdsVideoInterstitialDelegate protocol.

Declared In

PWAdsVideoInterstitial.h

  currentAdsRequest

The current ad request object.

@property (nonatomic, readonly) PWAdsRequest *currentAdsRequest

Discussion

The current ad request object.

Declared In

PWAdsVideoInterstitial.h

– loadAdsRequest:

Request Video ad using PWAdsRequest instance.

- (void)loadAdsRequest:(PWAdsRequest *)request

Parameters

request

The object with zone id, location and other ad information.

Discussion

Request Video ad using PWAdsRequest instance.

Declared In

PWAdsVideoInterstitial.h

– presentFromViewController:

Called to present full screen video advertisment.

- (void)presentFromViewController:(UIViewController *)contoller

Parameters

contoller

The view controller from which the ad should be displayed.

Discussion

Called to present full screen video advertisment.

This method should be called only after interstitial advertisment is loaded.

Declared In

PWAdsVideoInterstitial.h