X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.WebView%2FTizen.WebView%2FSmartCallbackLoadErrorArgs.cs;h=81071928325fa7e878e9d3266d45bf94d129a327;hb=fe4fe91ad4fcec65ff35f6adfedd9f3e8506cb6f;hp=28323bb0d7a8cfeef865f95f77e9785d11a7f492;hpb=4fbe12b1bc0a7b028d1c6033df3d9e7f495727dc;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.WebView/Tizen.WebView/SmartCallbackLoadErrorArgs.cs b/src/Tizen.WebView/Tizen.WebView/SmartCallbackLoadErrorArgs.cs index 28323bb..8107192 100644 --- a/src/Tizen.WebView/Tizen.WebView/SmartCallbackLoadErrorArgs.cs +++ b/src/Tizen.WebView/Tizen.WebView/SmartCallbackLoadErrorArgs.cs @@ -22,6 +22,7 @@ namespace Tizen.WebView /// /// Enumeration that provides an option to error codes. /// + /// 4 public enum LoadErrorCode { /// @@ -89,6 +90,7 @@ namespace Tizen.WebView /// /// Argument from the LoadError SmartCallback. /// + /// 4 public class SmartCallbackLoadErrorArgs : EventArgs { IntPtr _handle; @@ -101,6 +103,7 @@ namespace Tizen.WebView /// /// Failing URL for the error. /// + /// 4 public string Url { get @@ -112,6 +115,7 @@ namespace Tizen.WebView /// /// The error code. /// + /// 4 public LoadErrorCode Code { get @@ -123,6 +127,7 @@ namespace Tizen.WebView /// /// The description for the error. /// + /// 4 public string Description { get @@ -134,6 +139,7 @@ namespace Tizen.WebView /// /// Whether the error should be treated as a cancellation. /// + /// 4 public bool Cancellation { get