Delegate WebView.JavaScriptConfirmCallback

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll

The callback function that is invoked when the message is received from the script.

C#
Copy
public delegate void JavaScriptConfirmCallback(string message);

Extension Methods