Class PolicyDecisionEventArgs

    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
    NavigationPolicyEventArgs
    NewWindowPolicyEventArgs
    ResponsePolicyEventArgs

    Properties

    View Source

    Scheme

    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
    View Source

    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 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()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX