SyncManager
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Suspends the caller until all pending events are processed, and the client has finished processing all pending events.
Link copied to clipboard
abstract suspend fun waitUntilLiveOrFailure(): <Error class: unknown class><<Error class: unknown class>, Unit>
If Sync is ongoing, suspends the caller until it reaches a terminal state.
Link copied to clipboard
abstract suspend fun waitUntilStartedOrFailure(): <Error class: unknown class><<Error class: unknown class>, Unit>