send

abstract fun send(listener: CallbackListener<Message>): CancellationToken

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.