Show / Hide Table of Contents

    Enum CookiePersistentStorage

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

    Namespace: Tizen.WebView
    Assembly: Tizen.WebView.dll
    Syntax
    public enum CookiePersistentStorage

    Fields

    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.

    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX