Namespace Tizen.WebView

Description

The Tizen.WebView namespace provides classes for accessing web pages and web content in your application.

Classes

BackForwardList

This class provides the properties of Back Forward list of a specific WebView.

BackForwardListItem

This class provides the properties of Back Forward list item of a specific WebView.

Chromium

This class provides the methods to initialize and shutdown the Chromium-efl.

Context

This class encapsulates all the pages related to the specific use of the Chromium-efl.

ContextMenu

This class provides the properties of Context Menu.

ContextMenuItem

This class provides the properties of Context Menu item.

ContextMenuItemEventArgs

Arguments from the ContextMenuItem event.

CookieManager

This class provides methods for the cookie manager.

JavaScriptMessage

A script message contains information that is sent from the JavaScript runtime.

NavigationPolicyEventArgs

This class is derived from PolicyDecisionEventArgs. This class provides the properties for Navigation Policy of WebView.

NewWindowPolicyEventArgs

This class is derived from PolicyDecisionEventArgs. This class provides the properties for New Window Policy of WebView.

PolicyDecisionEventArgs

Arguments from the policy decision events. This class also provides the properties for Policy Decision of WebView.

ResponsePolicyEventArgs

This class is derived from PolicyDecisionEventArgs. This class provides the properties for Response Policy of WebView.

Settings

This class provides the properties for setting the preference of a specific WebView.

SmartCallbackArgs

The argument from the SmartCallback.

SmartCallbackLoadErrorArgs

Arguments from the LoadError SmartCallback.

WebView

A view used to render the web contents.

Enums

CacheModel

Enumeration for cache model options.

ContextMenuItemTag

Enumeration for Context Menu Item Tag.

CookieAcceptPolicy

Enumeration for the cookies accept policies.

CookiePersistentStorage

Enumeration for creating a type name for the storage of persistent cookies.

FindOption

Enumeration values used to specify search options.

HttpMethod

Enumeration for Http Method.

LoadErrorCode

Enumeration for providing an option to the error codes.

NavigationType

Enumeration values used to specify Policy Navigation Type.

Orientation

Enumeration for Orientation of the device.

Delegates

JavaScriptMessageHandler

The callback function that is invoked when the message is received from the script.

WebView.ContextMenuCustomize

The delegate is invoked when context menu customization is needed.