Annotation Interface DynamicTheme.Version

Enclosing class:
DynamicTheme

@Retention(SOURCE) public static @interface DynamicTheme.Version
Constant values for the theme styles version.
  • Nested Class Summary

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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant for the auto version.
    static final int
    Constant for the default version.
    static final int
    Constant for the default auto version.
    static final int
    Constant for the version 1.
    static final int
    Constant for the version 2.
    static final String
    Key constant for the theme version.
  • Field Details

    • KEY

      static final String KEY
      Key constant for the theme version.
      See Also:
    • AUTO

      static final int AUTO
      Constant for the auto version.
      See Also:
    • INT_1

      static final int INT_1
      Constant for the version 1.
      See Also:
    • INT_2

      static final int INT_2
      Constant for the version 2.
      See Also:
    • DEFAULT

      static final int DEFAULT
      Constant for the default version.
      See Also:
    • DEFAULT_AUTO

      static final int DEFAULT_AUTO
      Constant for the default auto version.