android-components / mozilla.components.feature.sync / FirefoxSyncFeature / addSyncable

addSyncable

fun addSyncable(name: String, store: SyncableStore<AuthType>): Unit (source)

Adds a SyncableStore instance to a set of those that will be synchronized via sync.

Parameters

name - Name of the store; used for status reporting as part of SyncResult.

store - An instance of a SyncableStore.