SyncConfig

data class SyncConfig(val syncClientConfig: SyncClientConfig = SyncClientConfig(), val cacheConfig: CacheConfig = CacheConfig())

Constructors

Link copied to clipboard
constructor(syncClientConfig: SyncClientConfig = SyncClientConfig(), cacheConfig: CacheConfig = CacheConfig())

Properties

Link copied to clipboard

Cache configuration parameters. See CacheConfig.

Link copied to clipboard

Client configuration parameters. See SyncClientConfig.