Class SmartCallbackLoadErrorArgs

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
4

Arguments from the LoadError SmartCallback.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public class SmartCallbackLoadErrorArgs : EventArgs
Inheritance
System.Object
SmartCallbackLoadErrorArgs

Properties

View Source

Cancellation

Whether the error should be treated as a cancellation.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public bool Cancellation { get; }
Property Value
Type Description
Boolean
API Level: 4
View Source

Code

The error code.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public LoadErrorCode Code { get; }
Property Value
Type Description
LoadErrorCode
API Level: 4
View Source

Description

The description for the error.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Description { get; }
Property Value
Type Description
System.String
API Level: 4
View Source

Url

Failing URL for the error.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Url { get; }
Property Value
Type Description
System.String
API Level: 4