Storage Provider
Storage services are provided to the SudoAdTrackerBlockerClient by classes that implement this interface.
Functions
Delete the eTag of a file.
Delete all the file eTags managed by the StorageProvider.
Delete all the files managed by the StorageProvider.
Delete the set of preferences.
List all the files in the storage provider.
Reads the eTag of a file, returns null if the file does not exist.
Reads the preferences from storage. Preference storage might be restricted by implementations to a maximum size. It should not be considered appropriate to store large amounts of data in the preferences.
Writes the eTag of a file.
Writes the preferences to storage. Preference storage might be restricted by implementations to a maximum size. It should not be considered appropriate to store large amounts of data in the preferences.