Share via


WebViewManager.MessageReceived(Uri, String) Method

Definition

Notifies the WebViewManager about a message from JavaScript running within the web view.

protected void MessageReceived (Uri sourceUri, string message);
member this.MessageReceived : Uri * string -> unit
Protected Sub MessageReceived (sourceUri As Uri, message As String)

Parameters

sourceUri
Uri

The source URI for the message.

message
String

The message.

Applies to