PWAdsVideoInterstitial Class Reference
| Inherits from | PWAdsVideoBase : NSObject | 
|---|---|
| Declared in | PWAdsVideoInterstitial.h | 
  delegate
	The delegate that implements PWAdsVideoInterstitialDelegate protocol.
@property (nonatomic, weak) id<PWAdsVideoInterstitialDelegate> delegateDiscussion
The delegate that implements PWAdsVideoInterstitialDelegate protocol.
Declared In
PWAdsVideoInterstitial.h
  currentAdsRequest
	The current ad request object.
@property (nonatomic, readonly) PWAdsRequest *currentAdsRequestDiscussion
The current ad request object.
Declared In
PWAdsVideoInterstitial.h
– loadAdsRequest:
	Request Video ad using PWAdsRequest instance.
- (void)loadAdsRequest:(PWAdsRequest *)requestParameters
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 *)contollerParameters
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