Class Chromium
Definition
- Namespace:
- Tizen.WebView
- Assembly:
- Tizen.WebView.dll
- API Level:
- 4
This class provides the methods to initialize and shutdown the Chromium-efl.
C#Copypublic static class Chromium
- Inheritance
-
System.ObjectChromium
Methods
Declaration
C#Copypublic static int Initialize()
Returns
Type | Description |
---|---|
System.Int32 | A reference count of the Chromium's instance. |
API Level: 4
View Source
Shutdown()
Decreases a reference count of the WebKit's instance, possibly destroying it.
Declaration
C#Copypublic static int Shutdown()
Returns
Type | Description |
---|---|
System.Int32 | A reference count of the Chromium's instance. |