Types
Link copied to clipboard
data class Failed(val cause: <Error class: unknown class>, 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
Is processing events, connected to the server and receiving real-time events. This implies that GatheringPendingEvents is done.