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.

    public abstract class PolicyDecisionEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    PolicyDecisionEventArgs
    Derived
    NavigationPolicyEventArgs
    NavigationPolicyEventArgs
    NavigationPolicyEventArgs
    NavigationPolicyEventArgs
    NavigationPolicyEventArgs
    NavigationPolicyEventArgs
    NewWindowPolicyEventArgs
    NewWindowPolicyEventArgs
    NewWindowPolicyEventArgs
    NewWindowPolicyEventArgs
    NewWindowPolicyEventArgs
    NewWindowPolicyEventArgs
    ResponsePolicyEventArgs
    ResponsePolicyEventArgs
    ResponsePolicyEventArgs
    ResponsePolicyEventArgs
    ResponsePolicyEventArgs
    ResponsePolicyEventArgs

    Properties

    View Source

    Scheme

    Gets the scheme.

    Declaration
    public string Scheme { get; }
    Property Value
    Type Description
    string
    View Source

    Url

    Gets the Url.

    Declaration
    public string Url { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Ignore()

    Ignores the action which triggers this decision.

    Declaration
    public void Ignore()
    View Source

    Use()

    Accepts the action which triggers this decision.

    Declaration
    public void Use()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX