Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
This class is derived from PolicyDecisionEventArgs.
This class provides the properties for Response Policy of WebView.
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public class ResponsePolicyEventArgs : PolicyDecisionEventArgs
- Inheritance
-
object
System.EventArgs
ResponsePolicyEventArgs
Properties
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Cookie { get; }
Property Value
View Source
IsDownload
Checks policy decision type is Download.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public bool IsDownload { get; }
Property Value
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public int StatusCode { get; }
Property Value