public class Version
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APP_VERSION
This is the API version.
|
static java.lang.String |
APP_VERSION_SMALL
This is the API major version numbers.
|
static java.lang.String |
APP_VERSION_STRING
This is the API version string.
|
static java.lang.String |
BUILD_NUMBER
This is just the compilation number.
|
static java.util.Date |
compilationDate
This is the api compilation date. this variable value is updated by the script generating the
libraries
|
static java.lang.String |
compilationDateLastResort
The Constant compilationDateLastResort.
|
| Constructor and Description |
|---|
Version() |
public static final java.lang.String APP_VERSION_SMALL
public static final java.lang.String APP_VERSION
public static final java.lang.String APP_VERSION_STRING
public static final java.lang.String BUILD_NUMBER
public static final java.lang.String compilationDateLastResort
public static final java.util.Date compilationDate