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#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public static class Chromium
Inheritance
System.Object
Chromium

Methods

View Source

Initialize()

Initializes the Chromium's instance.

Declaration
C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public static int Initialize()
Returns
Type Description
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#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public static int Shutdown()
Returns
Type Description
Int32

A reference count of the Chromium's instance.

API Level: 4