Class SmartCallbackLoadErrorArgs
Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 4
Arguments from the LoadError SmartCallback.
public class SmartCallbackLoadErrorArgs : EventArgs
- Inheritance
Properties
View SourceCancellation
Whether the error should be treated as a cancellation.
Declaration
public bool Cancellation { get; }
Property Value
Type | Description |
---|---|
Boolean |
API Level: 4
View SourceCode
The error code.
Declaration
public LoadErrorCode Code { get; }
Property Value
Type | Description |
---|---|
LoadErrorCode |
API Level: 4
View SourceDescription
The description for the error.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 4
View SourceUrl
Failing URL for the error.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
String |