WebcomOptions

data class WebcomOptions @JvmOverloads constructor(persist: Boolean?, goOnline: Boolean?, offlineData: String?, wsProtocol: Int?, DatasyncService: DatasyncServiceOptions?)

Properties

DatasyncService
Link copied to clipboard
val DatasyncService: DatasyncServiceOptions? = null
goOnline
Link copied to clipboard
val goOnline: Boolean? = null
offlineData
Link copied to clipboard
val offlineData: String? = null
persist
Link copied to clipboard
val persist: Boolean? = null
wsProtocol
Link copied to clipboard
val wsProtocol: Int? = null