IOSWebSocketClient

class IOSWebSocketClient(endpointUrl: <ERROR CLASS>) : RPCClientConnector

Types

Connection
Link copied to clipboard
ios
inner class Connection(websocket: <ERROR CLASS>, scope: CoroutineScope) : RPCConnection, CoroutineScope

Functions

isConnectionCloseException
Link copied to clipboard
ios
open override fun isConnectionCloseException(throwable: Throwable): Boolean
withConnection
Link copied to clipboard
ios
open suspend override fun withConnection(block: suspend RPCConnection.() -> Unit)