BackupKit
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
BackupKit
BackupKit
/
com.vocabloot.backupkit
/
SyncStateStore
Sync
State
Store
interface
SyncStateStore
(
source
)
Persists
SyncState
between runs. Implement it yourself or use
FileSyncStateStore
.
Inheritors
FileSyncStateStore
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
load
Link copied to clipboard
abstract
fun
load
(
)
:
SyncState
save
Link copied to clipboard
abstract
fun
save
(
state
:
SyncState
)