Release 4.0.0-preview1-00285
[platform/core/csapi/tizenfx.git] / src / Tizen.WebView / Tizen.WebView / JavaScriptMessage.cs
index 07454ed..8165700 100644 (file)
@@ -20,6 +20,10 @@ using System.Text;
 
 namespace Tizen.WebView
 {
+    /// <summary>
+    /// The callback function that is invoked when the message is received from the script.
+    /// </summary>
+    /// <param name="message">The JavaScriptMessage returned by the script</param>
     public delegate void JavaScriptMessageHandler(JavaScriptMessage message);
 
     /// <summary>