user_message_received
Description:
[ Version ( since = "2.28" ) ]
public virtual signal bool user_message_received (UserMessage message)
public virtual signal bool user_message_received (UserMessage message)
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. |