Class MyTargetVersion


  • public final class MyTargetVersion
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VERSION
      Represents version of SDK, eg.
      static java.lang.String VERSION_INT
      Represents integer version of SDK, eg.
    • Constructor Summary

      Constructors 
      Constructor Description
      MyTargetVersion()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERSION

        public static final java.lang.String VERSION
        Represents version of SDK, eg. "5.5.5"
      • VERSION_INT

        public static final java.lang.String VERSION_INT
        Represents integer version of SDK, eg. "5.5.5" becomes "5005005"
    • Constructor Detail

      • MyTargetVersion

        public MyTargetVersion()