user_message_received
Description:
This signal is emitted when a UserMessage is received from a web process extension.
You can reply to the message using send_reply.
You can handle the user message asynchronously by calling @ref on message
and returning true.
Parameters:
message |
the UserMessage received |
Returns:
true if the message was handled, or false otherwise. |