-
- All Implemented Interfaces:
-
java.io.Serializable
public final class CloseOptions.Auto implements Serializable
Represents the delay and color options for automatic closing.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integerdelayprivate final InAppProperty.ThemeColorscolor
-
Constructor Summary
Constructors Constructor Description CloseOptions.Auto(Integer delay, InAppProperty.ThemeColors color)
-
Method Summary
Modifier and Type Method Description final IntegergetDelay()final InAppProperty.ThemeColorsgetColor()-
-
Constructor Detail
-
CloseOptions.Auto
CloseOptions.Auto(Integer delay, InAppProperty.ThemeColors color)
-
-
Method Detail
-
getColor
final InAppProperty.ThemeColors getColor()
-
-
-
-