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
DataStoreMaintenanceEnginewith the provided data storeDeclaration
Swift
public static func create(dataStore: UpdatableDataStore) -> DataStoreMaintenanceEngineParameters
dataStoreProvided
UpdatableDataStoreReturn Value
The default instance of
DataStoreMaintenanceEngine.
TomTom SDK for iOS (0.53.1)
DefaultDataStoreMaintenanceEngineFactory