Types

Link copied to clipboard
data class Failed(val cause: CoreFailure, val retryDelay: <Error class: unknown class>) : SyncState

Sync was not completed due to a failure. retryDelay specifies the duration in which next try will happen

Link copied to clipboard

Is fetching events lost while this client was offline. Implies that SlowSync is done.

Link copied to clipboard
data object Live : SyncState

Is processing events, connected to the server and receiving real-time events. This implies that GatheringPendingEvents is done.

Link copied to clipboard
data object SlowSync : SyncState

Fetching all initial data:

Link copied to clipboard
data object Waiting : SyncState

Sync hasn't started yet.