iOS Verizon Ads SDK Standard Edition Documentation
1.14
|
VASInlineAdView is a placement used for rectangular ads that are displayed within the screen layout, such as banners. More...
#import <VASInlineAdView.h>
Instance Methods | |
(void) | - destroy |
Destroys the VASInlineAdView and frees all associated resources. More... | |
(void) | - startRefresh |
Starts refreshing the inline ad. | |
Properties | |
VASInlineAdSize * | adSize |
The ad size for the VASInlineAdView. | |
VASCreativeInfo * | creativeInfo |
Gets a VASCreativeInfo object containing identifiers for the VASInlineAdView creative and its demand source, if available. | |
id< VASInlineAdViewDelegate > | delegate |
The object implementing the VASInlineAdViewDelegate protocol, to receive VASInlineAdView callbacks. | |
BOOL | immersiveEnabled |
Specifies whether the ad should be immersive. | |
BOOL | isRefreshEnabled |
Specifies the refresh is enabled or not based on the refreshInterval value. | |
NSString * | placementId |
The placementId for the VASInlineAdView. | |
NSUInteger | refreshInterval |
Specifies the refresh interval between the ads. More... | |
NSArray< VASInlineAdSize * > * | requestAdSizes |
The ad sizes that were requested. | |
VASInlineAdView is a placement used for rectangular ads that are displayed within the screen layout, such as banners.
- (void) destroy |
Destroys the VASInlineAdView and frees all associated resources.
After the ad has been destroyed, the VASInlineAdView instance is no longer usable.
|
readwriteatomic |
Specifies the refresh interval between the ads.
Default is (0) which indicates refresh is disabled.