SyncStateStore

Persists SyncState between runs. Implement it yourself or use FileSyncStateStore.

Inheritors

Functions

Link copied to clipboard
abstract fun clear()
Link copied to clipboard
abstract fun load(): SyncState
Link copied to clipboard
abstract fun save(state: SyncState)