android-components / mozilla.components.concept.storage

Package mozilla.components.concept.storage

Types

HistoryAutocompleteResult

data class HistoryAutocompleteResult

Describes an autocompletion result against history storage.

HistoryStorage

interface HistoryStorage

An interface which defines read/write methods for history data.

PageObservation

data class PageObservation

SearchResult

data class SearchResult

Encapsulates a set of properties which define a result of querying history storage.

SyncError

data class SyncError : SyncStatus

SyncOk

object SyncOk : SyncStatus

SyncStatus

sealed class SyncStatus

SyncableStore

interface SyncableStore<AuthInfo>

Describes a "sync" entry point for store which operates over AuthInfo.

VisitType

enum class VisitType

Visit type constants as defined by Desktop Firefox.