onInterceptionStop

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

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

Parameters

result

The result of the intercepted message.

message

The updated message.