SyncStateRepository

Repository to read and write data about the sync state of the SDK.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun clear()

Clear syncStates of this repository.

Link copied to clipboard
abstract suspend fun insertSyncState(syncState: SyncState)

Inserts a sync state.

Link copied to clipboard
abstract suspend fun selectSyncState(userId: String): SyncState?

Selects a sync state.