Class PolicyDecisionEventArgs
Definition
- Assembly:
- Tizen.WebView.dll
Arguments from the policy decision events. This class also provides the properties for Policy Decision of WebView.
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public abstract class PolicyDecisionEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsPolicyDecisionEventArgs
- Derived
Properties
View SourceScheme
Gets the scheme.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Scheme { get; }
Property Value
Type | Description |
---|---|
string |
Url
Gets the Url.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Url { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceIgnore()
Ignores the action which triggers this decision.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public void Ignore()
Use()
Accepts the action which triggers this decision.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public void Use()