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, SyncableStore<SyncAuthInfo>

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

Type Aliases

SyncAuthInfo

typealias SyncAuthInfo = SyncAuthInfo

Properties

AUTOCOMPLETE_SOURCE_NAME

const val AUTOCOMPLETE_SOURCE_NAME: String

DB_NAME

const val DB_NAME: String