Package-level declarations

  • DataStoreMaintenanceEngine: Instantiates the update of the data store used for navigation. Supports maintenance and reset operations and returns a com.tomtom.sdk.datamanagement.datastore.featuretoggle.LockedDataStoreHandle for locking the data store (consecutive accesses are guaranteed to access the same data).

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
interface DataStoreMaintenanceEngine

Engine that instantiates the update of the data store used for navigation.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
object DataStoreMaintenanceEngineFactory

Factory to create a DataStoreMaintenanceEngine.