-
public abstract class AdViewManagerListener
-
-
Method Summary
Modifier and Type Method Description voidadLoaded(AdDetails adDetails)A successful load of an ad voidviewReadyForImmediateDisplay(View creative)Attach creativeview to AdView voidfailedToLoad(AppstockAdException error)Callback for a failure in loading an ad voidadCompleted()When an ad has finished refreshing. voidcreativeClicked(String url)Handle click of a creative voidcreativeInterstitialClosed()Handle close of an interstitial ad voidcreativeExpanded()voidcreativeCollapsed()voidcreativeMuted()voidcreativeUnMuted()voidcreativePaused()voidcreativeResumed()voidvideoCreativePlaybackFinished()-
-
Method Detail
-
viewReadyForImmediateDisplay
void viewReadyForImmediateDisplay(View creative)
Attach creativeview to AdView
- Parameters:
creative- which is ready for display
-
failedToLoad
void failedToLoad(AppstockAdException error)
Callback for a failure in loading an ad
- Parameters:
error- which occurred while loading
-
adCompleted
void adCompleted()
When an ad has finished refreshing.
-
creativeClicked
void creativeClicked(String url)
Handle click of a creative
-
creativeInterstitialClosed
void creativeInterstitialClosed()
Handle close of an interstitial ad
-
creativeExpanded
void creativeExpanded()
-
creativeCollapsed
void creativeCollapsed()
-
creativeMuted
void creativeMuted()
-
creativeUnMuted
void creativeUnMuted()
-
creativePaused
void creativePaused()
-
creativeResumed
void creativeResumed()
-
videoCreativePlaybackFinished
void videoCreativePlaybackFinished()
-
-
-
-