SocketOptions

data class SocketOptions(val queryParams: Map<String, String>?, val transport: SocketOptions.Transport = DEFAULT)

Constructors

Link copied to clipboard
constructor(queryParams: Map<String, String>?, transport: SocketOptions.Transport = DEFAULT)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard