SyncConfig

data class SyncConfig(val longPollTimeout: Long, val syncFilterParams: SyncFilterParams = SyncFilterParams())

Constructors

Link copied to clipboard
fun SyncConfig(longPollTimeout: Long, syncFilterParams: SyncFilterParams = SyncFilterParams())

Properties

Link copied to clipboard
val longPollTimeout: Long

Time to keep sync connection alive for before making another request in milliseconds.

Link copied to clipboard
val syncFilterParams: SyncFilterParams