Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 6
This class is derived from PolicyDecisionEventArgs.
This class provides the properties for Response Policy of WebView.
public class ResponsePolicyEventArgs : PolicyDecisionEventArgs
- Inheritance
-
System.Object
ResponsePolicyEventArgs
Properties
Declaration
public string Cookie { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
View Source
IsDownload
Checks policy decision type is Download.
Declaration
public bool IsDownload { get; }
Property Value
Type |
Description |
System.Boolean |
|
API Level: 6
Declaration
public int StatusCode { get; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 6