iOS Verizon Ads SDK Standard Edition Documentation
1.9
|
Protocol for receiving notifications from the VASInlineAdFactory. More...
#import <VASInlineAdFactory.h>
Inherits <NSObject-p>.
Instance Methods | |
(void) | - inlineAdFactory:didFailWithError: |
Called when there is an error requesting a VASInlineAdView or loading a VASInlineAdView from the cache. More... | |
(void) | - inlineAdFactory:didLoadInlineAd: |
Called when the VASInlineAdView has been loaded. More... | |
Protocol for receiving notifications from the VASInlineAdFactory.
- (void) inlineAdFactory: | (VASInlineAdFactory *) | adFactory | |
didFailWithError: | (VASErrorInfo *) | errorInfo | |
Called when there is an error requesting a VASInlineAdView or loading a VASInlineAdView from the cache.
adFactory | The calling VASInlineAdFactory. |
errorInfo | A VASErrorInfo object containing details about the error. |
- (void) inlineAdFactory: | (VASInlineAdFactory *) | adFactory | |
didLoadInlineAd: | (VASInlineAdView *) | inlineAd | |
Called when the VASInlineAdView has been loaded.
A new VASInlineAdView instance will be provided as part of this callback.
adFactory | The calling VASInlineAdFactory. |
inlineAd | The VASInlineAdView object that is ready to be displayed. |