Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It is a class for policy decision maker of web view.
public class WebPolicyDecisionMaker : Disposable
- Inheritance
-
Properties
Declaration
public string Cookie { get; }
Property Value
Declaration
public WebPolicyDecisionMaker.NavigationType DecisionNavigationType { get; }
Property Value
Declaration
public WebFrame Frame { get; }
Property Value
Declaration
public WebPolicyDecisionMaker.DecisionType PolicyDecisionType { get; }
Property Value
View Source
ResponseMime
Gets a MIME type for response data.
Declaration
public string ResponseMime { get; }
Property Value
Declaration
public int ResponseStatusCode { get; }
Property Value
Declaration
public string Scheme { get; }
Property Value
View Source
Url
Gets the URL that request policy decision.
Declaration
public string Url { get; }
Property Value
Methods
View Source
Ignore()
Ignores the action which triggers this decision.
Declaration
Returns
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
View Source
Suspend()
Suspends the operation for policy decision.
Declaration
Returns
View Source
Use()
Accepts the action which triggers this decision.
Declaration
Returns
Extension Methods