| Methods in fiftyone.mobile.detection that throw AutoUpdateException |
private static byte[] |
AutoUpdate.download(String[] licenseKeys,
long lastModified)
Downloads and validates data, returning a byte array or null if download
or validation was unsuccessful. |
private static Dataset |
AutoUpdate.getNewDataset(String[] licenseKeys,
String dataFilePath)
Downloads the latest Premium data and saves to disk if the data has been
downloaded correctly and is newer than data currently in that position
(if any) in that path. |
static boolean |
AutoUpdate.update(String[] licenseKeys,
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 boolean |
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. |