Class AdViewManagerListener
- java.lang.Object
-
- org.prebid.mobile.rendering.views.AdViewManagerListener
-
public abstract class AdViewManagerListener extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AdViewManagerListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadCompleted()When an ad has finished refreshing.voidadLoaded(AdDetails adDetails)A successful load of an advoidcreativeClicked(java.lang.String url)Handle click of a creativevoidcreativeCollapsed()voidcreativeExpanded()voidcreativeInterstitialClosed()Handle close of an interstitial advoidcreativeMuted()voidcreativePaused()voidcreativeResumed()voidcreativeUnMuted()voidfailedToLoad(AdException error)Callback for a failure in loading an advoidvideoCreativePlaybackFinished()voidviewReadyForImmediateDisplay(android.view.View creative)Attach creativeview to AdView
-
-
-
Method Detail
-
adLoaded
public void adLoaded(AdDetails adDetails)
A successful load of an ad
-
viewReadyForImmediateDisplay
public void viewReadyForImmediateDisplay(android.view.View creative)
Attach creativeview to AdView- Parameters:
creative- which is ready for display
-
failedToLoad
public void failedToLoad(AdException error)
Callback for a failure in loading an ad- Parameters:
error- which occurred while loading
-
adCompleted
public void adCompleted()
When an ad has finished refreshing.
-
creativeClicked
public void creativeClicked(java.lang.String url)
Handle click of a creative
-
creativeInterstitialClosed
public void creativeInterstitialClosed()
Handle close of an interstitial ad
-
creativeExpanded
public void creativeExpanded()
-
creativeCollapsed
public void creativeCollapsed()
-
creativeMuted
public void creativeMuted()
-
creativeUnMuted
public void creativeUnMuted()
-
creativePaused
public void creativePaused()
-
creativeResumed
public void creativeResumed()
-
videoCreativePlaybackFinished
public void videoCreativePlaybackFinished()
-
-