Android Verizon Ads SDK Standard Edition Documentation
1.9
|
Interface for receiving notifications from the InlineAdFactory. More...
Public Member Functions | |
void | onError (InlineAdFactory adFactory, ErrorInfo errorInfo) |
Called when there is an error requesting an InlineAdView or loading an InlineAdView from the cache. More... | |
void | onLoaded (InlineAdFactory adFactory, InlineAdView inlineAdView) |
Called when the InlineAdView has been loaded. More... | |
Interface for receiving notifications from the InlineAdFactory.
void onError | ( | InlineAdFactory | adFactory, |
ErrorInfo | errorInfo | ||
) |
Called when there is an error requesting an InlineAdView or loading an InlineAdView from the cache.
adFactory | the calling InlineAdFactory |
errorInfo | an ErrorInfo object containing details about the error |
void onLoaded | ( | InlineAdFactory | adFactory, |
InlineAdView | inlineAdView | ||
) |
Called when the InlineAdView has been loaded.
A new InlineAdView instance will be provided as part of this callback.
adFactory | the calling InlineAdFactory |
inlineAdView | the InlineAdView object that is ready to be displayed |