Annotation Interface ThemeContract.Preset.Type

Enclosing class:
ThemeContract.Preset

@Retention(SOURCE) public static @interface ThemeContract.Preset.Type
Interface to hold the theme preset type.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    String constant values for the theme presets.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 ALL
      Constant for the no preset type.
      See Also:
    • DEFAULT

      static final int DEFAULT
      Constant for the default preset type.
      See Also:
    • CUSTOM

      static final int CUSTOM
      Constant for the custom preset type.
      See Also:
    • COUNT_MIN

      static final int COUNT_MIN
      Constant for the minimum presets count.
      See Also:
    • COUNT_MAX

      static final int COUNT_MAX
      Constant for the maximum presets count.
      See Also:
    • COUNT_DEFAULT

      static final int COUNT_DEFAULT
      Constant for the default presets count.
      See Also: