android-components / mozilla.components.browser.storage.sync

Package mozilla.components.browser.storage.sync

Types

Connection

interface Connection : Closeable

An interface which describes a Closeable connection that provides access to a PlacesAPI.

PlacesHistoryStorage

open class PlacesHistoryStorage : HistoryStorage

Implementation of the HistoryStorage which is backed by a Rust Places lib via PlacesConnection.

Properties

DB_NAME

const val DB_NAME: String