| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| fiftyone.properties |
| Modifier and Type | Field and Description |
|---|---|
DetectionConstants.FORMAT_VERSIONS |
Dataset.versionEnum
The version of the data set as an Enumeration.
|
| Modifier and Type | Method and Description |
|---|---|
DetectionConstants.FORMAT_VERSIONS |
SupportedPatternFormatVersions.getEnum(Version version)
Get the FORMAT_VERSIONS Enum associated with the provided Version object.
|
static DetectionConstants.FORMAT_VERSIONS |
DetectionConstants.FORMAT_VERSIONS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectionConstants.FORMAT_VERSIONS[] |
DetectionConstants.FORMAT_VERSIONS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SupportedPatternFormatVersions.contains(DetectionConstants.FORMAT_VERSIONS formatVersion)
Check if the given format version Enum is present in the list.
|
Version |
SupportedPatternFormatVersions.getVersion(DetectionConstants.FORMAT_VERSIONS formatVersion)
Get the Version associated with the provided Enum.
|
Copyright © 2015 51Degrees. All rights reserved.