DataStoreMaintenanceEngineFactory

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object DataStoreMaintenanceEngineFactory

Deprecated

This will be removed from future releases after 2026-03-24.

Replace with

No replacement available. The maintenance engine will become internal.

Factory to create a DataStoreMaintenanceEngine.

Functions

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
fun create(updatableDataStore: UpdatableDataStore, storeAccess: StoreAccess): DataStoreMaintenanceEngine

Creates a DataStoreMaintenanceEngine provided updatable data store.