Class WebConsoleMessage

Definition

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

It is a class for console message of web view.

C#
Copy
public class WebConsoleMessage : Disposable
Inheritance
WebConsoleMessage

Properties

View Source

Level

Queries the log severity of the console message.

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

Line

Queries line no of the console message.

Declaration
C#
Copy
public uint Line { get; }
Property Value
Type Description
UInt32
View Source

Source

Queries the source of the console message.

Declaration
C#
Copy
public string Source { get; }
Property Value
Type Description
String
View Source

Text

Queries the text of console message.

Declaration
C#
Copy
public string Text { get; }
Property Value
Type Description
String

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods