Class InterstitialManager
- java.lang.Object
-
- org.prebid.mobile.rendering.views.interstitial.InterstitialManager
-
- All Implemented Interfaces:
InterstitialManagerInterface
public class InterstitialManager extends java.lang.Object implements InterstitialManagerInterface
-
-
Constructor Summary
Constructors Constructor Description InterstitialManager()
-
Method Summary
-
-
-
Method Detail
-
setMraidDelegate
public void setMraidDelegate(InterstitialManagerMraidDelegate mraidDelegate)
-
configureInterstitialProperties
public void configureInterstitialProperties(AdUnitConfiguration adConfiguration)
-
getInterstitialDisplayProperties
public InterstitialDisplayPropertiesInternal getInterstitialDisplayProperties()
-
setInterstitialDisplayDelegate
public void setInterstitialDisplayDelegate(InterstitialManagerDisplayDelegate interstitialDisplayDelegate)
-
setInterstitialVideoDelegate
public void setInterstitialVideoDelegate(InterstitialManagerVideoDelegate interstitialVideoDelegate)
-
getInterstitialDisplayDelegate
public InterstitialManagerDisplayDelegate getInterstitialDisplayDelegate()
-
setAdViewManagerInterstitialDelegate
public void setAdViewManagerInterstitialDelegate(AdViewManager.AdViewManagerInterstitialDelegate adViewManagerInterstitialDelegate)
-
displayPrebidWebViewForMraid
public void displayPrebidWebViewForMraid(WebViewBase adBaseView, boolean isNewlyLoaded)
-
displayAdViewInInterstitial
public void displayAdViewInInterstitial(android.content.Context context, android.view.View view)
-
displayVideoAdViewInInterstitial
public void displayVideoAdViewInInterstitial(android.content.Context context, android.view.View adView)
-
destroy
public void destroy()
-
interstitialAdClosed
public void interstitialAdClosed()
- Specified by:
interstitialAdClosedin interfaceInterstitialManagerInterface
-
interstitialClosed
public void interstitialClosed(android.view.View viewToClose)
- Specified by:
interstitialClosedin interfaceInterstitialManagerInterface
-
interstitialDialogShown
public void interstitialDialogShown(android.view.ViewGroup rootViewGroup)
- Specified by:
interstitialDialogShownin interfaceInterstitialManagerInterface
-
addOldViewToBackStack
public void addOldViewToBackStack(WebViewBase adBaseView, java.lang.String expandUrl, AdBaseDialog interstitialViewController)
-
show
public void show()
-
getHtmlCreative
public HTMLCreative getHtmlCreative()
-
-