Event args for the MessageReceived event.
public sealed class MessageReceivedEventArgs : EventArgs| name | description |
|---|---|
| Data { get; } | Gets the additional data that was sent along with the message. |
| Message { get; } | Gets the message that was sent from the web view. |