-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum SystemParameterShortNameEnum of system parameter short names
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NETWORK_KINDSCREEN_ORIENTATIONSCREEN_HEIGHTSCREEN_WIDTHPLUGIN_VERSIONBRIDGE_VERSIONSame bridge/plugin version as the useragent
CUSTOM_USER_IDMESSAGING_API_LEVELAPI_LEVELROAMINGNETWORK_COUNTRYNETWORK_NAMESIM_COUNTRYSIM_OPERATORSIM_OPERATOR_NAMEOS_VERSIONAPPLICATION_CODEAPPLICATION_VERSIONADVERTISING_ID_OPTINCan use identifier
SESSION_IDSession id, regenerated at each start
ADVERTISING_IDSERVER_IDID of the installation on the server
DEVICE_INSTALL_DATEDate of the install of Batch's first launch
INSTALL_IDID if the installation on the device
DEVICE_DATEDEVICE_REGIONDEVICE_LANGUAGEDEVICE_TYPESDK_LEVELBRANDLAST_UPDATE_DATEFIRST_INSTALL_DATEDEVICE_TIMEZONEBUNDLE_NAME
-
Method Summary
Modifier and Type Method Description static SystemParameterShortNamefromShortValue(String shortName)Retrieve the Enum value from a string static Array<SystemParameterShortName>values()static SystemParameterShortNamevalueOf(String name)-
-
Method Detail
-
fromShortValue
static SystemParameterShortName fromShortValue(String shortName)
Retrieve the Enum value from a string
-
values
static Array<SystemParameterShortName> values()
-
valueOf
static SystemParameterShortName valueOf(String name)
-
-
-
-