SendMessageDebugger

Debugs the sending message flow.

Functions

Link copied to clipboard
open fun onInterceptionStart(message: Message)

Called when the interception of a message starts.

Link copied to clipboard
open fun onInterceptionStop(result: Result<Message>, message: Message)

Called when the interception of a message is stopped and the result is available.

Link copied to clipboard
open fun onInterceptionUpdate(message: Message)

Called when an intercepted message is updated during interception.

Link copied to clipboard
open fun onSendStart(message: Message)

Called when the sending of a message starts after interception.

Link copied to clipboard
open fun onSendStop(result: Result<Message>, message: Message)

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

Link copied to clipboard
open fun onStart(message: Message)

Called when the sending of a message starts.

Link copied to clipboard
open fun onStop(result: Result<Message>, message: Message)

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