Interface AdwConstants


public interface AdwConstants
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Adwaita major version component (e.g. 1 if the version is 1.2.3).
    static final int
    Adwaita micro version component (e.g. 3 if the version is 1.2.3).
    static final int
    Adwaita minor version component (e.g. 2 if the version is 1.2.3).
    static final String
    Adwaita version, encoded as a string, useful for printing and
    concatenation.
  • Field Details

    • MAJOR_VERSION

      static final int MAJOR_VERSION
      Adwaita major version component (e.g. 1 if the version is 1.2.3).
      See Also:
    • MICRO_VERSION

      static final int MICRO_VERSION
      Adwaita micro version component (e.g. 3 if the version is 1.2.3).
      See Also:
    • MINOR_VERSION

      static final int MINOR_VERSION
      Adwaita minor version component (e.g. 2 if the version is 1.2.3).
      See Also:
    • VERSION_S

      static final String VERSION_S
      Adwaita version, encoded as a string, useful for printing and
      concatenation.
      See Also: