Class SmartCallbackArgs

    Definition

    Namespace:
    Tizen.WebView
    Assembly:
    Tizen.WebView.dll

    The argument from the SmartCallback.

    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public class SmartCallbackArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SmartCallbackArgs

    Methods

    View Source

    GetAsBoolean()

    Gets the argument as a boolean type.

    Declaration
    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public bool GetAsBoolean()
    Returns
    Type Description
    bool

    Argument as a boolean type.

    View Source

    GetAsDouble()

    Gets the argument as a double type.

    Declaration
    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public double GetAsDouble()
    Returns
    Type Description
    double

    Argument as a double type.

    View Source

    GetAsInteger()

    Gets the argument as an integer type.

    Declaration
    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public int GetAsInteger()
    Returns
    Type Description
    int

    Argument as an integer type.

    View Source

    GetAsString()

    Gets the argument as a string type.

    Declaration
    [Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")]
    public string GetAsString()
    Returns
    Type Description
    string

    Argument as a string type.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX