Package org.mozilla.geckoview
Class WebExtension.BrowsingDataDelegate.Type
Object
org.mozilla.geckoview.WebExtension.BrowsingDataDelegate.Type
- Enclosing interface:
- WebExtension.BrowsingDataDelegate
Types of data that a browser "Clear Data" UI might have access to.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longCache entries.static final longCookie data.static final longDownloads data.static final longForm data.static final longBrowsing history.static final longLocal storage.static final longSaved passwords. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHE
public static final long CACHECache entries.- See Also:
-
COOKIES
public static final long COOKIESCookie data.- See Also:
-
DOWNLOADS
public static final long DOWNLOADSDownloads data.- See Also:
-
FORM_DATA
public static final long FORM_DATAForm data.- See Also:
-
HISTORY
public static final long HISTORYBrowsing history.- See Also:
-
LOCAL_STORAGE
public static final long LOCAL_STORAGELocal storage.- See Also:
-
PASSWORDS
public static final long PASSWORDSSaved passwords.- See Also:
-
-
Constructor Details
-
Type
protected Type()Utility class; do not instantiate.
-