PWAdsVideoBase Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | PWAdsVideoBase.h |
baseDelegate
The delegate that implements PWAdsVideoBaseDelegate protocol.
@property (nonatomic, weak) id<PWAdsVideoBaseDelegate> baseDelegateDiscussion
The delegate that implements PWAdsVideoBaseDelegate protocol.
Declared In
PWAdsVideoBase.h
baseCurrentAdsRequest
The current video ad request object.
@property (nonatomic, readonly) PWAdsRequest *baseCurrentAdsRequestDiscussion
The current video ad request object.
Declared In
PWAdsVideoBase.h
– baseLoadAdsRequest:
Request video ads using PWAdsRequest instance.
- (void)baseLoadAdsRequest:(PWAdsRequest *)requestParameters
request |
The object with zone id, location and other ad information. |
|---|
Discussion
Request video ads using PWAdsRequest instance.
Declared In
PWAdsVideoBase.h
– basePresentFromViewController:
Called to present full screen video ad advertisment.
- (void)basePresentFromViewController:(UIViewController *)controllerParameters
controller |
The view controller from which the ad should be displayed. |
|---|
Discussion
Called to present full screen video ad advertisment.
This method should be called only after video ad advertisment is loaded.
Declared In
PWAdsVideoBase.h