PWAdsInterstitial Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | PWAdsInterstitial.h | 
  delegate
	The delegate that implements PWAdsInterstitialDelegate protocol.
@property (nonatomic, weak) id<PWAdsInterstitialDelegate> delegateDiscussion
The delegate that implements PWAdsInterstitialDelegate protocol.
Declared In
PWAdsInterstitial.h
  currentAdsRequest
	The current ad request object.
@property (nonatomic, readonly) PWAdsRequest *currentAdsRequestDiscussion
The current ad request object.
Declared In
PWAdsInterstitial.h
– loadAdsRequest:
	Request Interstitial ads using PWAdsRequest instance.
- (void)loadAdsRequest:(PWAdsRequest *)requestParameters
request | 
						The object with zone id, location and other ad information.  | 
					
|---|
Discussion
Request Interstitial ads using PWAdsRequest instance.
Declared In
PWAdsInterstitial.h
– presentFromViewController:
	Called to present full screen interstitial advertisment.
- (void)presentFromViewController:(UIViewController *)contollerParameters
contoller | 
						The view controller from which the ad should be displayed.  | 
					
|---|
Discussion
Called to present full screen interstitial advertisment.
This method should be called only after interstitial advertisment is loaded.
Declared In
PWAdsInterstitial.h