Class SmartCallbackArgs

    Definition

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

    The argument from the SmartCallback.

    public class SmartCallbackArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SmartCallbackArgs

    Methods

    View Source

    GetAsBoolean()

    Gets the argument as a boolean type.

    Declaration
    public bool GetAsBoolean()
    Returns
    Type Description
    bool

    Argument as a boolean type.

    View Source

    GetAsDouble()

    Gets the argument as a double type.

    Declaration
    public double GetAsDouble()
    Returns
    Type Description
    double

    Argument as a double type.

    View Source

    GetAsInteger()

    Gets the argument as an integer type.

    Declaration
    public int GetAsInteger()
    Returns
    Type Description
    int

    Argument as an integer type.

    View Source

    GetAsString()

    Gets the argument as a string type.

    Declaration
    public string GetAsString()
    Returns
    Type Description
    string

    Argument as a string type.

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