Class MraidExpand
java.lang.Object
org.prebid.mobile.rendering.mraid.methods.MraidExpand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMraidExpand(android.content.Context context, WebViewBase adBaseView, InterstitialManager interstitialManager) -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidexpand(String url, CompletedCallBack completedCallBack) booleanReturn true if MRAID expand is enabled, otherwise - false.voidvoidsetDisplayView(android.view.View displayView) voidsetMraidExpanded(boolean mraidExpanded) Set MRAID expand flag to true if MRAID expand is enabled, otherwise - false.
-
Field Details
-
TAG
-
-
Constructor Details
-
MraidExpand
public MraidExpand(android.content.Context context, WebViewBase adBaseView, InterstitialManager interstitialManager)
-
-
Method Details
-
expand
-
setDisplayView
public void setDisplayView(android.view.View displayView) -
getInterstitialViewController
-
nullifyDialog
public void nullifyDialog() -
destroy
public void destroy() -
isMraidExpanded
public boolean isMraidExpanded()Return true if MRAID expand is enabled, otherwise - false. This flag is used to enable/disable MRAID expand property. -
setMraidExpanded
public void setMraidExpanded(boolean mraidExpanded) Set MRAID expand flag to true if MRAID expand is enabled, otherwise - false. This flag is used to enable/disable MRAID expand property.
-