kalium
common
logic
/
com.wire.kalium.logic.data.sync
/
IncrementalSyncRepository
Incremental
Sync
Repository
internal
interface
IncrementalSyncRepository
Inheritors
InMemoryIncrementalSyncRepository
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
incremental
Sync
State
Link copied to clipboard
abstract
val
incrementalSyncState
:
<Error class: unknown class>
<
IncrementalSyncStatus
>
Buffered flow of
IncrementalSyncStatus
.
Functions
update
Incremental
Sync
State
Link copied to clipboard
abstract
suspend
fun
updateIncrementalSyncState
(
newState
:
IncrementalSyncStatus
)