-
public final class GeneralStyleSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegertextColorprivate final IntegerlayerBackgroundColorprivate final IntegerlayerBackgroundSecondaryColorprivate final IntegerlinkColorprivate final IntegertabColorprivate final IntegerbordersColorprivate final ToggleStyleSettingstoggleStyleSettingsprivate final BannerFontfontprivate final UsercentricsImagelogoprivate final LegalLinksSettingslinksprivate final BooleandisableSystemBackButtonprivate final IntegerstatusBarColorprivate final BooleanwindowFullscreen
-
Constructor Summary
Constructors Constructor Description GeneralStyleSettings(Integer textColor, Integer layerBackgroundColor, Integer layerBackgroundSecondaryColor, Integer linkColor, Integer tabColor, Integer bordersColor, ToggleStyleSettings toggleStyleSettings, BannerFont font, UsercentricsImage logo, LegalLinksSettings links, Boolean disableSystemBackButton, Integer statusBarColor, Boolean windowFullscreen)
-
Method Summary
Modifier and Type Method Description final IntegergetTextColor()final IntegergetLayerBackgroundColor()final IntegergetLayerBackgroundSecondaryColor()final IntegergetLinkColor()final IntegergetTabColor()final IntegergetBordersColor()final ToggleStyleSettingsgetToggleStyleSettings()final BannerFontgetFont()final UsercentricsImagegetLogo()final LegalLinksSettingsgetLinks()final BooleangetDisableSystemBackButton()final IntegergetStatusBarColor()final BooleangetWindowFullscreen()-
-
Constructor Detail
-
GeneralStyleSettings
GeneralStyleSettings(Integer textColor, Integer layerBackgroundColor, Integer layerBackgroundSecondaryColor, Integer linkColor, Integer tabColor, Integer bordersColor, ToggleStyleSettings toggleStyleSettings, BannerFont font, UsercentricsImage logo, LegalLinksSettings links, Boolean disableSystemBackButton, Integer statusBarColor, Boolean windowFullscreen)
-
-
Method Detail
-
getTextColor
final Integer getTextColor()
-
getLayerBackgroundColor
final Integer getLayerBackgroundColor()
-
getLayerBackgroundSecondaryColor
final Integer getLayerBackgroundSecondaryColor()
-
getLinkColor
final Integer getLinkColor()
-
getTabColor
final Integer getTabColor()
-
getBordersColor
final Integer getBordersColor()
-
getToggleStyleSettings
final ToggleStyleSettings getToggleStyleSettings()
-
getFont
final BannerFont getFont()
-
getLogo
final UsercentricsImage getLogo()
-
getLinks
final LegalLinksSettings getLinks()
-
getDisableSystemBackButton
final Boolean getDisableSystemBackButton()
-
getStatusBarColor
final Integer getStatusBarColor()
-
getWindowFullscreen
final Boolean getWindowFullscreen()
-
-
-
-