send
abstract fun send(listener: CallbackListener<Message>): CancellationToken
Content copied to clipboard
Send the prepared message to the conversation.
Return
CancellationToken which allows to cancel network request.
Parameters
listener
Listener to report result of the operation that receives sent Message object.