Constant Field Values
Contents
com.aerisweather.*
-
com.aerisweather.BuildConfig Modifier and Type Constant Field Value public static final String
BUILD_TYPE
"release"
public static final boolean
DEBUG
false
public static final String
LIBRARY_PACKAGE_NAME
"com.aerisweather"
public static final String
URL_SEARCH
"https://www.aerisweather.com"
public static final long
VERSION_CODE
18L
public static final String
VERSION_NAME
"2.7.0"
-
com.aerisweather.aeris.communication.Aeris Modifier and Type Constant Field Value public static final String
PLACES_CLOSEST
"places/closest?"
-
com.aerisweather.aeris.util.NetworkUtils Modifier and Type Constant Field Value public static final String
TAG
"Util"
-
com.aerisweather.aeris.util.ValidationUtil Modifier and Type Constant Field Value public static final String
REGEX_FOR_INTEGERS
"^([+-]?)(?:|0|[1-9]\\d*)?$"
public static final String
REGEX_FOR_NUMBERS
"^([+-]?)(?:|0|[1-9]\\d*)(?:\\.\\d*)?$"
public static final String
REGEX_FOR_PLACE
"^([^,]+)(,([^,]*))?(,([^,]*))?$"