Update doxygen of RegisterRequestInterceptedCallback. 65/280865/1
authorhuayong.xu <huayong.xu@samsung.com>
Tue, 6 Sep 2022 05:48:33 +0000 (13:48 +0800)
committerhuayong.xu <huayong.xu@samsung.com>
Tue, 6 Sep 2022 05:48:33 +0000 (13:48 +0800)
Change-Id: I7dcceeef8f2b6964206b5a1c34e500cd6281f78e

dali/devel-api/adaptor-framework/web-engine/web-engine-context.h

index ebfe9aa..783c6f6 100755 (executable)
@@ -282,14 +282,17 @@ public:
   virtual void RegisterMimeOverriddenCallback(WebEngineMimeOverriddenCallback callback) = 0;
 
   /**
-   * @brief Callback to be called when http request need be intercepted.
+   * @brief Register callback for intercepting http request.
+   * @note This callback is not called on UI 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.
    *
    * @param[in] callback
    */
   virtual void RegisterRequestInterceptedCallback(WebEngineRequestInterceptedCallback callback) = 0;
 
   /**
-   * @brief Toggle the cache to be enabled or disabled
+   * @brief Toggle the cache to be enabled or disabled.
    * Function works asynchronously.
    *
    * @param[in] cacheEnabled enable or disable cache