Class BooleanSetting
java.lang.Object
com.mparticle.sdk.model.registration.Setting
com.mparticle.sdk.model.registration.BooleanSetting
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mparticle.sdk.model.registration.Setting
Setting.Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setDefaultValue
(boolean defaultValue) setIsChecked
(boolean checked) Methods inherited from class com.mparticle.sdk.model.registration.Setting
getDescription, getId, getName, getType, isVisible, setDescription, setId, setIsVisible, setName
-
Constructor Details
-
BooleanSetting
-
-
Method Details
-
isChecked
public boolean isChecked()- Returns:
- true if set by default
-
setIsChecked
- Parameters:
checked
- true if set by default- Returns:
- this
-
isDefaultValue
public boolean isDefaultValue() -
setDefaultValue
public void setDefaultValue(boolean defaultValue)
-