public class DetectionConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectionConstants.FORMAT_VERSIONS |
| Modifier and Type | Field and Description |
|---|---|
static long |
AUTO_UPDATE_REQUIRED_FREE_MEMORY
Deprecated.
|
static String |
AUTO_UPDATE_URL
URL for the service that provides automatic updates of device data.
|
static int |
CACHE_SERVICE_INTERVAL
Deprecated.
|
static String[] |
DEVICE_USER_AGENT_HEADERS
Array of HTTP headers that represent the useragent string of the device
rather than the browser.
|
static String |
DEVICEID
The key in the dictionary of results used to provide the id of the device
as a string.
|
static String |
DIFFERENCE_PROPERTY
The key in the dictionary of results used to provide the confidence
integer value.
|
static String |
EMBEDDED_DATA_RESOURCE_NAME
Deprecated.
|
static Version |
FormatVersion
Deprecated.
|
static Pattern |
LICENSE_KEY_VALIDATION_REGEX
Regular expression used to validate License Keys.
|
static String |
NODES
The key in the dictionary of results used to provide the nodes found as a
combined string.
|
static String |
PROFILE_SEPARATOR
Separator used to combine profile Ids to form device Ids.
|
static String |
PROPERTY_VALUE_OVERRIDE_CATEGORY
The category a property has to be associated with to be used for property
value override JavaScript.
|
static String |
PROPERTY_VALUE_OVERRIDE_COOKIE_PREFIX
The prefix to apply to the cookie name when used in the client.
|
static int |
SIZE_OF_BOOL
Sizes of variables.
|
static int |
SIZE_OF_BYTE
Sizes of variables.
|
static int |
SIZE_OF_INT
Sizes of variables.
|
static int |
SIZE_OF_LONG
Sizes of variables.
|
static int |
SIZE_OF_SHORT
Sizes of variables.
|
static int |
SIZE_OF_UBYTE
Sizes of variables.
|
static int |
SIZE_OF_UINT
Sizes of variables.
|
static int |
SIZE_OF_USHORT
Sizes of variables.
|
static SupportedPatternFormatVersions |
supportedPatternFormatVersions |
static String |
USER_AGENT_HEADER
HTTP header for the User-Agent.
|
static String |
VALUE_SEPARATOR
Character to use when combining values from properties that support lists
and may have more than one value.
|
| Constructor and Description |
|---|
DetectionConstants() |
public static final SupportedPatternFormatVersions supportedPatternFormatVersions
@Deprecated public static final Version FormatVersion
public static final String PROPERTY_VALUE_OVERRIDE_COOKIE_PREFIX
public static final String PROPERTY_VALUE_OVERRIDE_CATEGORY
public static final String VALUE_SEPARATOR
@Deprecated public static final int CACHE_SERVICE_INTERVAL
public static final String PROFILE_SEPARATOR
public static final String DIFFERENCE_PROPERTY
public static final String NODES
public static final String DEVICEID
@Deprecated public static final String EMBEDDED_DATA_RESOURCE_NAME
public static final String AUTO_UPDATE_URL
@Deprecated public static final long AUTO_UPDATE_REQUIRED_FREE_MEMORY
public static final Pattern LICENSE_KEY_VALIDATION_REGEX
public static final String USER_AGENT_HEADER
public static final String[] DEVICE_USER_AGENT_HEADERS
public static final int SIZE_OF_LONG
public static final int SIZE_OF_UINT
public static final int SIZE_OF_INT
public static final int SIZE_OF_USHORT
public static final int SIZE_OF_SHORT
public static final int SIZE_OF_UBYTE
public static final int SIZE_OF_BYTE
public static final int SIZE_OF_BOOL
Copyright © 2017 51Degrees. All rights reserved.