Class Chromium
Definition
- Assembly:
- Tizen.WebView.dll
This class provides the methods to initialize and shutdown the Chromium-efl.
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public static class Chromium
- Inheritance
-
objectChromium
Methods
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public static int Initialize()
Returns
| Type | Description |
|---|---|
| int | A reference count of the Chromium's instance. |
View Source
Shutdown()
Decreases a reference count of the WebKit's instance, possibly destroying it.
Declaration
C#Copy[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public static int Shutdown()
Returns
| Type | Description |
|---|---|
| int | A reference count of the Chromium's instance. |