DefaultDataStoreMaintenanceEngineFactory

public enum DefaultDataStoreMaintenanceEngineFactory

Responsible for creating instances of DataStoreMaintenanceEngine.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Creates an instance of DataStoreMaintenanceEngine with the provided data store

    Declaration

    Swift

    public static func create(dataStore: UpdatableDataStore) -> DataStoreMaintenanceEngine

    Parameters

    dataStore

    Provided UpdatableDataStore

    Return Value

    The default instance of DataStoreMaintenanceEngine.