android-components / mozilla.components.concept.storage / SyncableStore / sync

sync

abstract suspend fun sync(authInfo: AuthInfo): SyncStatus (source)

Performs a sync.

Parameters

authInfo - Auth information of type AuthInfo necessary for syncing this store.

Return
SyncStatus A status object describing how sync went.