Package com.intentsoftware.addapptr
Class FeedAdOptions
-
- All Implemented Interfaces:
public final class FeedAdOptionsFeedAd specific configurations
-
-
Field Summary
Fields Modifier and Type Field Description private IntegershutterColorprivate BooleandisableSpinner
-
Constructor Summary
Constructors Constructor Description FeedAdOptions(Integer shutterColor, Boolean disableSpinner)
-
Method Summary
Modifier and Type Method Description final IntegergetShutterColor()Desired color-int (as obtained from android.graphics.Color.parseColor) to be used for shutter. final UnitsetShutterColor(Integer shutterColor)Desired color-int (as obtained from android.graphics.Color.parseColor) to be used for shutter. final BooleangetDisableSpinner()Boolean that describes if spinner should be disabled, default is false. final UnitsetDisableSpinner(Boolean disableSpinner)Boolean that describes if spinner should be disabled, default is false. -
-
Method Detail
-
getShutterColor
final Integer getShutterColor()
Desired color-int (as obtained from android.graphics.Color.parseColor) to be used for shutter. Default is null.
-
setShutterColor
final Unit setShutterColor(Integer shutterColor)
Desired color-int (as obtained from android.graphics.Color.parseColor) to be used for shutter. Default is null.
-
getDisableSpinner
final Boolean getDisableSpinner()
Boolean that describes if spinner should be disabled, default is false.
-
setDisableSpinner
final Unit setDisableSpinner(Boolean disableSpinner)
Boolean that describes if spinner should be disabled, default is false.
-
-
-
-