Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
It is a class for console message of web view.
public class WebConsoleMessage : Disposable
- Inheritance
-
Properties
View Source
Level
Queries the log severity of the console message.
Declaration
public WebConsoleMessage.SeverityLevel Level { get; }
Property Value
View Source
Line
Queries line no of the console message.
Declaration
public uint Line { get; }
Property Value
View Source
Source
Queries the source of the console message.
Declaration
public string Source { get; }
Property Value
Declaration
public string Text { get; }
Property Value
Methods
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
Extension Methods