PWAdsInterstitial Class Reference
Inherits from | NSObject |
---|---|
Declared in | PWAdsInterstitial.h |
delegate
The delegate that implements PWAdsInterstitialDelegate protocol.
@property (nonatomic, weak) id<PWAdsInterstitialDelegate> delegate
Discussion
The delegate that implements PWAdsInterstitialDelegate protocol.
Declared In
PWAdsInterstitial.h
currentAdsRequest
The current ad request object.
@property (nonatomic, readonly) PWAdsRequest *currentAdsRequest
Discussion
The current ad request object.
Declared In
PWAdsInterstitial.h
– loadAdsRequest:
Request Interstitial ads using PWAdsRequest instance.
- (void)loadAdsRequest:(PWAdsRequest *)request
Parameters
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 *)contoller
Parameters
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