Package io.didomi.sdk.config.app
Class AppConfiguration.Theme.ButtonsThemeConfig
-
- All Implemented Interfaces:
public final class AppConfiguration.Theme.ButtonsThemeConfigConfiguration associated to the buttons theme.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAppConfiguration.Theme.ButtonsThemeConfig.ButtonThemeTheme associated to a button.
-
Field Summary
Fields Modifier and Type Field Description private final AppConfiguration.Theme.ButtonsThemeConfig.ButtonThemeregularprivate final AppConfiguration.Theme.ButtonsThemeConfig.ButtonThemehighlight
-
Constructor Summary
Constructors Constructor Description AppConfiguration.Theme.ButtonsThemeConfig(AppConfiguration.Theme.ButtonsThemeConfig.ButtonTheme regular, AppConfiguration.Theme.ButtonsThemeConfig.ButtonTheme highlight)
-
Method Summary
Modifier and Type Method Description final AppConfiguration.Theme.ButtonsThemeConfig.ButtonThemegetRegular()Regular property. final AppConfiguration.Theme.ButtonsThemeConfig.ButtonThemegetHighlight()Highlight property. -
-
Constructor Detail
-
AppConfiguration.Theme.ButtonsThemeConfig
AppConfiguration.Theme.ButtonsThemeConfig(AppConfiguration.Theme.ButtonsThemeConfig.ButtonTheme regular, AppConfiguration.Theme.ButtonsThemeConfig.ButtonTheme highlight)
-
-
Method Detail
-
getRegular
final AppConfiguration.Theme.ButtonsThemeConfig.ButtonTheme getRegular()
Regular property.
-
getHighlight
final AppConfiguration.Theme.ButtonsThemeConfig.ButtonTheme getHighlight()
Highlight property.
-
-
-
-