android-components / mozilla.components.feature.sync

Package mozilla.components.feature.sync

Types

AuthExceptionType

enum class AuthExceptionType

An auth-related exception type, for use with AuthException.

FirefoxSyncFeature

class FirefoxSyncFeature<AuthType>

A feature implementation which orchestrates data synchronization of a set of SyncableStore which all share a common AuthType.

FxaAuthInfo

data class FxaAuthInfo

A Firefox Sync friendly auth object which can be obtained from FirefoxAccount.

StoreSyncStatus

data class StoreSyncStatus

Exceptions

AuthException

class AuthException : Exception

An exception which may happen while obtaining auth information using FirefoxAccount.

Type Aliases

SyncResult

typealias SyncResult = Map<String, StoreSyncStatus>

A set of results of running a sync operation for all configured stores.