-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CloseOptions.Button implements Serializable
Represents the color and background color options for a close button.
-
-
Field Summary
Fields Modifier and Type Field Description private final InAppProperty.ThemeColorscolorprivate final InAppProperty.ThemeColorsbackgroundColor
-
Constructor Summary
Constructors Constructor Description CloseOptions.Button(InAppProperty.ThemeColors color, InAppProperty.ThemeColors backgroundColor)
-
Method Summary
Modifier and Type Method Description final InAppProperty.ThemeColorsgetColor()final InAppProperty.ThemeColorsgetBackgroundColor()-
-
Constructor Detail
-
CloseOptions.Button
CloseOptions.Button(InAppProperty.ThemeColors color, InAppProperty.ThemeColors backgroundColor)
-
-
Method Detail
-
getColor
final InAppProperty.ThemeColors getColor()
-
getBackgroundColor
final InAppProperty.ThemeColors getBackgroundColor()
-
-
-
-