-
public class MraidVariableContainer
-
-
Field Summary
Fields Modifier and Type Field Description private StringurlForLaunchingprivate StringexpandPropertiesprivate StringorientationPropertiesprivate StringcurrentStateprivate StringcurrentExposureprivate BooleancurrentViewable
-
Method Summary
Modifier and Type Method Description StringgetUrlForLaunching()voidsetUrlForLaunching(String urlForLaunching)StringgetExpandProperties()voidsetExpandProperties(String expandProperties)StringgetOrientationProperties()voidsetOrientationProperties(String orientationProperties)StringgetCurrentState()voidsetCurrentState(String currentState)StringgetCurrentExposure()voidsetCurrentExposure(String currentExposure)BooleangetCurrentViewable()voidsetCurrentViewable(Boolean currentViewable)booleanisLaunchedWithUrl()static voidsetDisabledFlags(String disabledFlags)static StringgetDisabledFlags()static voidsetDisabledSupportFlags(int flags)Internal SDK use only -
-
Method Detail
-
getUrlForLaunching
String getUrlForLaunching()
-
setUrlForLaunching
void setUrlForLaunching(String urlForLaunching)
-
getExpandProperties
String getExpandProperties()
-
setExpandProperties
void setExpandProperties(String expandProperties)
-
getOrientationProperties
String getOrientationProperties()
-
setOrientationProperties
void setOrientationProperties(String orientationProperties)
-
getCurrentState
String getCurrentState()
-
setCurrentState
void setCurrentState(String currentState)
-
getCurrentExposure
String getCurrentExposure()
-
setCurrentExposure
void setCurrentExposure(String currentExposure)
-
getCurrentViewable
Boolean getCurrentViewable()
-
setCurrentViewable
void setCurrentViewable(Boolean currentViewable)
-
isLaunchedWithUrl
boolean isLaunchedWithUrl()
-
setDisabledFlags
static void setDisabledFlags(String disabledFlags)
-
getDisabledFlags
static String getDisabledFlags()
-
setDisabledSupportFlags
static void setDisabledSupportFlags(int flags)
Internal SDK use only
-
-
-
-