@UiThread public static class WebExtension.BrowsingDataDelegate.Settings extends Object
Modifier and Type | Field and Description |
---|---|
long |
selectedTypes
Data types currently selected in the browser's "Clear Data" UI.
|
int |
sinceUnixTimestamp
Currently selected setting in the browser's "Clear Data" UI for
how far back in time to remove data given in milliseconds
since the UNIX epoch.
|
long |
toggleableTypes
Data types that can be toggled in the browser's "Clear Data" UI.
|
Constructor and Description |
---|
Settings(int since,
long toggleableTypes,
long selectedTypes)
Creates an instance of Settings.
|
public final int sinceUnixTimestamp
public final long toggleableTypes
WebExtension.BrowsingDataDelegate.Type
.public final long selectedTypes
WebExtension.BrowsingDataDelegate.Type
.@UiThread public Settings(int since, long toggleableTypes, long selectedTypes)
since
- Currently selected setting in the browser's "Clear Data" UI for
how far back in time to remove data given in milliseconds
since the UNIX epoch.toggleableTypes
- Data types that can be toggled in the browser's
"Clear Data" UI. One or more flags from WebExtension.BrowsingDataDelegate.Type
.selectedTypes
- Data types currently selected in the browser's
"Clear Data" UI. One or more flags from WebExtension.BrowsingDataDelegate.Type
.