-
public class MraidExpand
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringTAGprivate booleanmraidExpanded
-
Constructor Summary
Constructors Constructor Description MraidExpand(Context context, WebViewBase adBaseView, InterstitialManager interstitialManager)
-
Method Summary
Modifier and Type Method Description voidsetMraidExpanded(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. voidexpand(String url, CompletedCallBack completedCallBack)voidsetDisplayView(View displayView)AdBaseDialoggetInterstitialViewController()voidnullifyDialog()voiddestroy()booleanisMraidExpanded()Return true if MRAID expand is enabled, otherwise - false.This flag is used to enable/disable MRAID expand property. -
-
Constructor Detail
-
MraidExpand
MraidExpand(Context context, WebViewBase adBaseView, InterstitialManager interstitialManager)
-
-
Method Detail
-
setMraidExpanded
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.
-
expand
void expand(String url, CompletedCallBack completedCallBack)
-
setDisplayView
void setDisplayView(View displayView)
-
getInterstitialViewController
AdBaseDialog getInterstitialViewController()
-
nullifyDialog
void nullifyDialog()
-
destroy
void destroy()
-
isMraidExpanded
boolean isMraidExpanded()
Return true if MRAID expand is enabled, otherwise - false.This flag is used to enable/disable MRAID expand property.
-
-
-
-