Preferences Impl
This class implements the Preferences interface, defining its properties and method: the last downloaded resumeToken, the dateLastFetch executed, the validationRulesJson received, and the clear method.
Constructors
PreferencesImpl
Link copied to clipboard
Functions
clearDrlPrefs
Link copied to clipboard
getAuthorizedToDownload
Link copied to clipboard
getAuthToResume
Link copied to clipboard
getCurrentChunk
Link copied to clipboard
getCurrentVersion
Link copied to clipboard
getDateLastFetch
Link copied to clipboard
getDrlDateLastFetch
Link copied to clipboard
getFromVersion
Link copied to clipboard
getHasScanModeBeenChosen
Link copied to clipboard
getIsDrlSyncActive
Link copied to clipboard
getIsFrontCameraActive
Link copied to clipboard
getIsSizeOverThreshold
Link copied to clipboard
getIsTotemModeActive
Link copied to clipboard
getMaxRetryNumber
Link copied to clipboard
getPreferences
Link copied to clipboard
getRequestedVersion
Link copied to clipboard
getResumeToken
Link copied to clipboard
getScanMode
Link copied to clipboard
getShouldInitDownload
Link copied to clipboard
getSizeSingleChunkInByte
Link copied to clipboard
getTotalChunk
Link copied to clipboard
getTotalNumberUCVI
Link copied to clipboard
getTotalSizeInByte
Link copied to clipboard
getValidationRulesJson
Link copied to clipboard
registerOnSharedPreferenceChangeListener
Link copied to clipboard
Unit registerOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener listener)
Content copied to clipboard
setAuthorizedToDownload
Link copied to clipboard
setAuthToResume
Link copied to clipboard
setCurrentChunk
Link copied to clipboard
setCurrentVersion
Link copied to clipboard
setDateLastFetch
Link copied to clipboard
setDrlDateLastFetch
Link copied to clipboard
setFromVersion
Link copied to clipboard
setHasScanModeBeenChosen
Link copied to clipboard
setIsDrlSyncActive
Link copied to clipboard
setIsFrontCameraActive
Link copied to clipboard
setIsSizeOverThreshold
Link copied to clipboard
setIsTotemModeActive
Link copied to clipboard
setMaxRetryNumber
Link copied to clipboard
setPreferences
Link copied to clipboard
setRequestedVersion
Link copied to clipboard
setResumeToken
Link copied to clipboard
setScanMode
Link copied to clipboard
setShouldInitDownload
Link copied to clipboard
setSizeSingleChunkInByte
Link copied to clipboard
setTotalChunk
Link copied to clipboard
setTotalNumberUCVI
Link copied to clipboard
setTotalSizeInByte
Link copied to clipboard
setValidationRulesJson
Link copied to clipboard
unregisterOnSharedPreferenceChangeListener
Link copied to clipboard
Unit unregisterOnSharedPreferenceChangeListener(SharedPreferences.OnSharedPreferenceChangeListener listener)
Content copied to clipboard
Properties
authorizedToDownload
Link copied to clipboard
authToResume
Link copied to clipboard
currentChunk
Link copied to clipboard
currentVersion
Link copied to clipboard
dateLastFetch
Link copied to clipboard
drlDateLastFetch
Link copied to clipboard
fromVersion
Link copied to clipboard
hasScanModeBeenChosen
Link copied to clipboard
isDrlSyncActive
Link copied to clipboard
isFrontCameraActive
Link copied to clipboard
isSizeOverThreshold
Link copied to clipboard
isTotemModeActive
Link copied to clipboard
maxRetryNumber
Link copied to clipboard
preferences
Link copied to clipboard
requestedVersion
Link copied to clipboard
resumeToken
Link copied to clipboard
shouldInitDownload
Link copied to clipboard
sizeSingleChunkInByte
Link copied to clipboard
totalChunk
Link copied to clipboard
totalNumberUCVI
Link copied to clipboard
totalSizeInByte
Link copied to clipboard
validationRulesJson
Link copied to clipboard