Interface IClearableDataStore
Implemented by DataStores that are able to clear their content. For example, the FileLocalDataStore accumulates data within files on the device's local storage. Periodically, these files are transferred to a RemoteDataStore and the files are deleted. If the user wishes to free up space prior to such deletions, he or she may do so via user interface elements provided by classes that implement this interface.
Namespace: Sensus.DataStores
Assembly: SensusAndroid.dll
Syntax
public interface IClearableDataStore
Methods
Clear()
Declaration
void Clear()