Definition
- Namespace:
- Tizen.WebView
- 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
-
object
System.EventArgs
PolicyDecisionEventArgs
- Derived
-
Properties
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Scheme { get; }
Property Value
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public string Url { get; }
Property Value
Methods
View Source
Ignore()
Ignores the action which triggers this decision.
Declaration
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
public void Ignore()
View Source
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()