Class MraidExpand

java.lang.Object
org.prebid.mobile.rendering.mraid.methods.MraidExpand

public class MraidExpand extends Object
  • Field Details

    • TAG

      public static final String TAG
  • Constructor Details

  • Method Details

    • expand

      public void expand(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.