Class Chromium
Definition
- Assembly:
- Tizen.WebView.dll
This class provides the methods to initialize and shutdown the Chromium-efl.
public static class Chromium
- Inheritance
-
objectChromium
Methods
View SourceInitialize()
Initializes the Chromium's instance.
Declaration
public static int Initialize()
Returns
Type | Description |
---|---|
int | A reference count of the Chromium's instance. |
Shutdown()
Decreases a reference count of the WebKit's instance, possibly destroying it.
Declaration
public static int Shutdown()
Returns
Type | Description |
---|---|
int | A reference count of the Chromium's instance. |