-
public final class DaroLightPopupAdOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbackgroundColorprivate final IntegercontainerColorprivate final IntegeradMarkLabelTextColorprivate final IntegeradMarkLabelBackgroundColorprivate final IntegertitleColorprivate final IntegerbodyColorprivate final IntegerctaBackgroundColorprivate final IntegerctaTextColorprivate final StringcloseButtonTextprivate final IntegercloseButtonColor
-
Constructor Summary
Constructors Constructor Description DaroLightPopupAdOptions(Integer backgroundColor, Integer containerColor, Integer adMarkLabelTextColor, Integer adMarkLabelBackgroundColor, Integer titleColor, Integer bodyColor, Integer ctaBackgroundColor, Integer ctaTextColor, String closeButtonText, Integer closeButtonColor)
-
Method Summary
Modifier and Type Method Description final IntegergetBackgroundColor()final IntegergetContainerColor()final IntegergetAdMarkLabelTextColor()final IntegergetAdMarkLabelBackgroundColor()final IntegergetTitleColor()final IntegergetBodyColor()final IntegergetCtaBackgroundColor()final IntegergetCtaTextColor()final StringgetCloseButtonText()final IntegergetCloseButtonColor()-
-
Constructor Detail
-
DaroLightPopupAdOptions
DaroLightPopupAdOptions(Integer backgroundColor, Integer containerColor, Integer adMarkLabelTextColor, Integer adMarkLabelBackgroundColor, Integer titleColor, Integer bodyColor, Integer ctaBackgroundColor, Integer ctaTextColor, String closeButtonText, Integer closeButtonColor)
-
-
Method Detail
-
getBackgroundColor
final Integer getBackgroundColor()
-
getContainerColor
final Integer getContainerColor()
-
getAdMarkLabelTextColor
final Integer getAdMarkLabelTextColor()
-
getAdMarkLabelBackgroundColor
final Integer getAdMarkLabelBackgroundColor()
-
getTitleColor
final Integer getTitleColor()
-
getBodyColor
final Integer getBodyColor()
-
getCtaBackgroundColor
final Integer getCtaBackgroundColor()
-
getCtaTextColor
final Integer getCtaTextColor()
-
getCloseButtonText
final String getCloseButtonText()
-
getCloseButtonColor
final Integer getCloseButtonColor()
-
-
-
-