Enum CookiePersistentStorage

Definition

Namespace:
Tizen.WebView
Assembly:
Tizen.WebView.dll
API Level:
4

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

C#
Copy
[Obsolete("Deprecated since API Level 10. Will be removed in API Level 12.")] public enum CookiePersistentStorage
Name Description
SqlLite

Cookies are stored in a SQLite file in the current Mozilla format.

Text

Cookies are stored in a text file in the Mozilla "cookies.txt" format.