send

abstract suspend fun send(message: RealtimeMessage)(source)

Sends a message to the realtime websocket

Parameters

message

The message to send


abstract suspend fun send(data: ByteArray)(source)

Sends a binary payload to the realtime websocket

Parameters

data

The data to send