Package-level declarations

Types

Link copied to clipboard
Mapper
Link copied to clipboard
interface Mapper<T>
interface Mapper<T>
Link copied to clipboard
actual class Socket(endpoint: String, config: SocketOptions?, build: SocketBuilder.() -> Unit)
expect class Socket(endpoint: String, config: SocketOptions? = null, build: SocketBuilder.() -> Unit)
actual class Socket(endpoint: String, config: SocketOptions?, build: SocketBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
interface SocketBuilder
Link copied to clipboard
Link copied to clipboard
actual sealed class SocketEvent<T> : Mapper<T>
expect sealed class SocketEvent<T>
actual sealed class SocketEvent<T> : Mapper<T>
Link copied to clipboard
data class SocketOptions(val queryParams: Map<String, String>?, val transport: SocketOptions.Transport = DEFAULT)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val EVENT_ERROR: String
Link copied to clipboard
Link copied to clipboard
const val EVENT_PING: String
Link copied to clipboard
const val EVENT_PONG: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard