onStop

open fun onStop(result: Result<Message>, message: Message)

Called when the sending of a message is completely stopped and the final result is available.

Parameters

result

The final result of the message.

message

The sent message.