Sync Api Client Impl
class SyncApiClientImpl(baseClient: MatrixClientServerApiBaseClient, syncCoroutineScope: CoroutineScope, syncBatchTokenStore: SyncBatchTokenStore, syncLoopDelay: Duration, syncLoopErrorDelay: Duration) : ClientEventEmitterImpl<SyncEvents> , SyncApiClient
Constructors
Link copied to clipboard
constructor(baseClient: MatrixClientServerApiBaseClient, syncCoroutineScope: CoroutineScope, syncBatchTokenStore: SyncBatchTokenStore, syncLoopDelay: Duration, syncLoopErrorDelay: Duration)