sendMessage

fun sendMessage(message: String): Boolean?

Method to send a message to the web socket.

Return

true if the message was sent successfully, otherwise false.

Parameters

message

Message which should be sent.