PWAdsBannerView Class Reference
Inherits from | UIView |
---|---|
Declared in | PWAdsBannerView.h |
delegate
The delegate that implements PWAdsBannerViewDelegate protocol.
@property (nonatomic, weak) id<PWAdsBannerViewDelegate> delegate
Discussion
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 loadAnimated
Discussion
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 bannerAnimationTransition
Discussion
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 showLoadingOverlay
Discussion
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 *viewControllerForPresentingModal
Discussion
The view controller to present modal from.
Declared In
PWAdsBannerView.h
currentAdsRequest
The current ad request object.
@property (nonatomic, readonly) PWAdsRequest *currentAdsRequest
Discussion
The current ad request object.
Declared In
PWAdsBannerView.h
– loadAdsRequest:
Request Ads passing PWAdsRequest object.
- (void)loadAdsRequest:(PWAdsRequest *)request
Parameters
request |
The object with zone id, location and other ad information. |
---|
Discussion
Request Ads passing PWAdsRequest object.
Declared In
PWAdsBannerView.h