PWAdsRewardedVideo Class Reference
| Inherits from | PWAdsVideoBase : NSObject |
|---|---|
| Declared in | PWAdsRewardedVideo.h |
delegate
The delegate that implements PWAdsRewardedVideoDelegate protocol.
@property (nonatomic, weak) id<PWAdsRewardedVideoDelegate> delegateDiscussion
The delegate that implements PWAdsRewardedVideoDelegate protocol.
Declared In
PWAdsRewardedVideo.h
currentAdsRequest
The current ad request object.
@property (nonatomic, readonly) PWAdsRequest *currentAdsRequestDiscussion
The current ad request object.
Declared In
PWAdsRewardedVideo.h
remainingViews
The current ad remaining views for user.
@property (nonatomic, readonly) int remainingViewsDiscussion
The current ad remaining views for user.
Declared In
PWAdsRewardedVideo.h
– loadAdsRequest:
Request Rewarded Video ad using PWAdsRequest instance and start pre-caching the video.
- (void)loadAdsRequest:(PWAdsRequest *)requestParameters
request |
The object with zone id, location and other ad information. |
|---|
Discussion
Request Rewarded Video ad using PWAdsRequest instance and start pre-caching the video.
Declared In
PWAdsRewardedVideo.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 rewarded video advertisment is loaded.
Declared In
PWAdsRewardedVideo.h