-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum SystemParameterShortNameEnum of system parameter short names
-
-
Field Summary
Fields Modifier and Type Field Description public final StringshortNamepublic final StringserializedName
-
Enum Constant Summary
Enum Constants Enum Constant Description PLUGIN_VERSIONBRIDGE_VERSIONSame bridge/plugin version as the user-agent
CUSTOM_USER_IDSDK_MESSAGING_API_LEVELSDK_API_LEVELOS_VERSIONAPPLICATION_CODEAPPLICATION_VERSIONSESSION_IDSession id, regenerated at each start
DEVICE_INSTALL_DATEDate of the install of Batch's first launch
INSTALL_IDID if the installation on the device
DEVICE_CURRENT_DATEDEVICE_REGIONDEVICE_LANGUAGEDEVICE_MODELOS_SDK_LEVELDEVICE_BRANDLAST_UPDATE_DATEFIRST_INSTALL_DATEDEVICE_TIMEZONEAPP_BUNDLE_ID
-
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
- Parameters:
shortName- The short name of the parameter
-
values
static Array<SystemParameterShortName> values()
-
valueOf
static SystemParameterShortName valueOf(String name)
-
-
-
-