Class AdViewManagerListener
java.lang.Object
org.prebid.mobile.rendering.views.AdViewManagerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWhen an ad has finished refreshing.voidA successful load of an advoidcreativeClicked(String url) Handle click of a creativevoidvoidvoidHandle close of an interstitial advoidvoidvoidvoidvoidfailedToLoad(AdException error) Callback for a failure in loading an advoidvoidviewReadyForImmediateDisplay(android.view.View creative) Attach creativeview to AdView
-
Constructor Details
-
AdViewManagerListener
public AdViewManagerListener()
-
-
Method Details
-
adLoaded
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
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
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()
-