[Tizen] Add WebView Certificate policy decision error get and suspend 30/315630/1 accepted/tizen/7.0/unified/20240806.112229
authordongsug.song <dongsug.song@samsung.com>
Mon, 5 Aug 2024 12:49:24 +0000 (21:49 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 5 Aug 2024 12:49:24 +0000 (21:49 +0900)
Change-Id: Iaa65e099a1d81331edea3f1483a87ee0525fb33b

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

index d0a0699..8367f16 100755 (executable)
@@ -66,6 +66,21 @@ public:
    * @return true if the context is secure, false otherwise
    */
   virtual bool IsContextSecure() const = 0;
+
+  /**
+   * @brief Get certificate policy decision error.
+   *
+   * @return Ewk_Certificate_Policy_Decision_Error type
+   */
+  virtual int GetPolicyDecisionError() const = 0;
+
+  /**
+   * @brief Suspend certification policy decision.
+   *
+   * @return true if suspend, false otherwise
+   */
+  virtual bool SuspendPolicyDecision() const = 0;
+
 };
 
 } // namespace Dali