Annotation Interface ThemeContract.Preset.Type
- Enclosing class:
- ThemeContract.Preset
Interface to hold the theme preset type.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
String constant values for the theme presets. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant for the no preset type.static final int
Constant for the default presets count.static final int
Constant for the maximum presets count.static final int
Constant for the minimum presets count.static final int
Constant for the custom preset type.static final int
Constant for the default preset type.
-
Field Details
-
ALL
static final int ALLConstant for the no preset type.- See Also:
-
DEFAULT
static final int DEFAULTConstant for the default preset type.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom preset type.- See Also:
-
COUNT_MIN
static final int COUNT_MINConstant for the minimum presets count.- See Also:
-
COUNT_MAX
static final int COUNT_MAXConstant for the maximum presets count.- See Also:
-
COUNT_DEFAULT
static final int COUNT_DEFAULTConstant for the default presets count.- See Also:
-