| Package | Description |
|---|---|
| fiftyone.mobile.detection |
Contains classes necessary to perform device detection and access device
data.
|
| Modifier and Type | Method and Description |
|---|---|
static AutoUpdateStatus |
AutoUpdate.update(String[] licenseKeys,
String binaryFilePath)
Uses the given license keys to perform a device data update, writing the
data to the file system and filling providers from this factory instance
with it.
|
static AutoUpdateStatus |
AutoUpdate.update(String licenseKey,
String dataFilePath)
Uses the given license key to perform a device data update, writing the
data to the file system and filling providers from this factory instance
with it.
|
static AutoUpdateStatus |
AutoUpdateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoUpdateStatus[] |
AutoUpdateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 51Degrees. All rights reserved.