\r\n

51Degrees Device Detection Java  4.4

Device detection services for 51Degrees Pipeline

fiftyone.devicedetection.shared.Constants Class Reference

Static Public Attributes

static final String  EVIDENCE_TAC_SUFFIX = "tac"
The suffix that is used to identify a TAC in evidence. More...
static final String  EVIDENCE_QUERY_TAC_KEY
The complete key for supplying a TAC as evidence. More...
static final String  EVIDENCE_NATIVE_MODEL_SUFFIX = "nativemodel"
The suffix that is used to identify a native model name in evidence. More...
static final String  EVIDENCE_QUERY_NATIVE_MODEL_KEY
The complete key for supplying a native model name as evidence. More...

Member Data Documentation

◆ EVIDENCE_QUERY_NATIVE_MODEL_KEY

final String fiftyone.devicedetection.shared.Constants.EVIDENCE_QUERY_NATIVE_MODEL_KEY
static
Initial value:
=
EVIDENCE_QUERY_PREFIX +
EVIDENCE_SEPERATOR +

The complete key for supplying a native model name as evidence.

◆ EVIDENCE_QUERY_TAC_KEY

final String fiftyone.devicedetection.shared.Constants.EVIDENCE_QUERY_TAC_KEY
static
Initial value:
=
EVIDENCE_QUERY_PREFIX +
EVIDENCE_SEPERATOR +

The complete key for supplying a TAC as evidence.