build And Send
abstract fun buildAndSend(listener: CallbackListener<Message>): CancellationToken
Content copied to clipboard
Builds new UnsentMessage and sends it immediately.
Return
CancellationToken which allows to cancel network request.
Parameters
listener
Listener to report result of the operation that receives sent Message object.