Class WebPolicyDecisionMaker

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

It is a class for policy decision maker of web view.

C#
Copy
public class WebPolicyDecisionMaker : Disposable
Inheritance
WebPolicyDecisionMaker

Properties

View Source

Gets a cookie that web page has.

Declaration
C#
Copy
public string Cookie { get; }
Property Value
Type Description
String
View Source

DecisionNavigationType

Gets a navigation type.

Declaration
C#
Copy
public WebPolicyDecisionMaker.NavigationType DecisionNavigationType { get; }
Property Value
Type Description
WebPolicyDecisionMaker.NavigationType
View Source

Frame

Gets frame of web view.

Declaration
C#
Copy
public WebFrame Frame { get; }
Property Value
Type Description
WebFrame
View Source

PolicyDecisionType

Gets a decision type.

Declaration
C#
Copy
public WebPolicyDecisionMaker.DecisionType PolicyDecisionType { get; }
Property Value
Type Description
WebPolicyDecisionMaker.DecisionType
View Source

ResponseMime

Gets a MIME type for response data.

Declaration
C#
Copy
public string ResponseMime { get; }
Property Value
Type Description
String
View Source

ResponseStatusCode

Gets a HTTP status code.

Declaration
C#
Copy
public int ResponseStatusCode { get; }
Property Value
Type Description
Int32
View Source

Scheme

Gets a scheme.

Declaration
C#
Copy
public string Scheme { get; }
Property Value
Type Description
String
View Source

Url

Gets the URL that request policy decision.

Declaration
C#
Copy
public string Url { get; }
Property Value
Type Description
String

Methods

View Source

Ignore()

Ignores the action which triggers this decision.

Declaration
C#
Copy
public bool Ignore()
Returns
Type Description
Boolean
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
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
C#
Copy
public bool Suspend()
Returns
Type Description
Boolean
View Source

Use()

Accepts the action which triggers this decision.

Declaration
C#
Copy
public bool Use()
Returns
Type Description
Boolean

Extension Methods