Class WebConsoleMessage

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    It is a class for console message of web view.

    public class WebConsoleMessage : Disposable
    Inheritance
    object
    Disposable
    WebConsoleMessage

    Properties

    View Source

    Level

    Queries the log severity of the console message.

    Declaration
    public WebConsoleMessage.SeverityLevel Level { get; }
    Property Value
    Type Description
    WebConsoleMessage.SeverityLevel
    View Source

    Line

    Queries line no of the console message.

    Declaration
    public uint Line { get; }
    Property Value
    Type Description
    uint
    View Source

    Source

    Queries the source of the console message.

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

    Text

    Queries the text of console message.

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

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX