PWAdsBannerView Class Reference
| Inherits from | UIView |
|---|---|
| Declared in | PWAdsBannerView.h |
delegate
The delegate that implements PWAdsBannerViewDelegate protocol.
@property (nonatomic, weak) id<PWAdsBannerViewDelegate> delegateDiscussion
The delegate that implements PWAdsBannerViewDelegate protocol.
Declared In
PWAdsBannerView.h
loadAnimated
Whether the ad will load with animation. The default value is TRUE.
@property (nonatomic, assign) BOOL loadAnimatedDiscussion
Whether the ad will load with animation. The default value is TRUE.
Declared In
PWAdsBannerView.h
bannerAnimationTransition
The banner animation transition. The default value is PWAdsBannerAnimationTransitionNone.
@property (nonatomic, assign) PWAdsBannerAnimationTransition bannerAnimationTransitionDiscussion
The banner animation transition. The default value is PWAdsBannerAnimationTransitionNone.
Declared In
PWAdsBannerView.h
showLoadingOverlay
Whether to show loading overlay when ad is tapped. The default value is TRUE.
@property (nonatomic, assign) BOOL showLoadingOverlayDiscussion
Whether to show loading overlay when ad is tapped. The default value is TRUE.
Declared In
PWAdsBannerView.h
viewControllerForPresentingModal
The view controller to present modal from.
@property (nonatomic, weak) UIViewController *viewControllerForPresentingModalDiscussion
The view controller to present modal from.
Declared In
PWAdsBannerView.h
currentAdsRequest
The current ad request object.
@property (nonatomic, readonly) PWAdsRequest *currentAdsRequestDiscussion
The current ad request object.
Declared In
PWAdsBannerView.h
– loadAdsRequest:
Request Ads passing PWAdsRequest object.
- (void)loadAdsRequest:(PWAdsRequest *)requestParameters
request |
The object with zone id, location and other ad information. |
|---|
Discussion
Request Ads passing PWAdsRequest object.
Declared In
PWAdsBannerView.h