Class MraidExpand
- java.lang.Object
-
- org.prebid.mobile.rendering.mraid.methods.MraidExpand
-
public class MraidExpand extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAG
-
Constructor Summary
Constructors Constructor Description MraidExpand(android.content.Context context, WebViewBase adBaseView, InterstitialManager interstitialManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidexpand(java.lang.String url, CompletedCallBack completedCallBack)AdBaseDialoggetInterstitialViewController()booleanisMraidExpanded()Return true if MRAID expand is enabled, otherwise - false.voidnullifyDialog()voidsetDisplayView(android.view.View displayView)voidsetMraidExpanded(boolean mraidExpanded)Set MRAID expand flag to true if MRAID expand is enabled, otherwise - false.
-
-
-
Constructor Detail
-
MraidExpand
public MraidExpand(android.content.Context context, WebViewBase adBaseView, InterstitialManager interstitialManager)
-
-
Method Detail
-
expand
public void expand(java.lang.String url, CompletedCallBack completedCallBack)
-
setDisplayView
public void setDisplayView(android.view.View displayView)
-
getInterstitialViewController
public AdBaseDialog 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.
-
-