Class PolicyDecisionEventArgs

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
6

Arguments from the policy decision events. This class also provides the properties for Policy Decision of WebView.

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public abstract class PolicyDecisionEventArgs : EventArgs
Inheritance
System.Object
PolicyDecisionEventArgs
Derived

Properties

View Source

Scheme

Gets the scheme.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Scheme { get; }
Property Value
Type Description
System.String
API Level: 6
View Source

Url

Gets the Url.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public string Url { get; }
Property Value
Type Description
System.String
API Level: 6

Methods

View Source

Ignore()

Ignores the action which triggers this decision.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public void Ignore()
API Level: 6
View Source

Use()

Accepts the action which triggers this decision.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public void Use()
API Level: 6