SyncApiClientImpl
class SyncApiClientImpl(baseClient: MatrixClientServerApiBaseClient, coroutineScope: CoroutineScope, syncBatchTokenStore: SyncBatchTokenStore, syncErrorDelayConfig: RetryFlowDelayConfig) : ClientEventEmitterImpl<SyncEvents> , SyncApiClient
Constructors
Link copied to clipboard
constructor(baseClient: MatrixClientServerApiBaseClient, coroutineScope: CoroutineScope, syncBatchTokenStore: SyncBatchTokenStore, syncErrorDelayConfig: RetryFlowDelayConfig)