[NUI] Update summary of RegisterHttpRequestInterceptedCallback
authorhuayong.xu <huayong.xu@samsung.com>
Tue, 6 Sep 2022 06:09:07 +0000 (14:09 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 15 Nov 2022 08:27:31 +0000 (17:27 +0900)
src/Tizen.NUI/src/internal/WebView/WebContext.cs

index fcc3a66..983af4e 100755 (executable)
@@ -537,6 +537,9 @@ namespace Tizen.NUI
 
         /// <summary>
         /// Registers callback for http request interceptor.
+        /// This callback is not called on UI(Main) thread, so users should be cautious
+        /// when accessing their data also used on UI thread.
+        /// No other than WebEngineRequestInterceptor API should be used in the callback.
         /// </summary>
         /// <param name="callback">callback for intercepting http request</param>
         [EditorBrowsable(EditorBrowsableState.Never)]