Class ApiLevel


  • public final class ApiLevel
    extends java.lang.Object
    Provides constants for API levels as defined by major and minor releases of Handly.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int _1_0
      The 1.0 API level.
      static int _1_1
      The 1.1 API level.
      static int _1_2
      The 1.2 API level.
      static int _1_3
      The 1.3 API level.
      static int _1_4
      The 1.4 API level.
      static int _1_5
      The 1.5 API level.
      static int _1_6
      The 1.6 API level.
      static int CURRENT
      Corresponds to the API level the code using this constant was built against.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait