Package com.tomtom.ivi.platform.framework.api.configuration.debug

Provides utilities to change static configuration values at runtime, for development purposes.

The DebugStaticConfigurationEditor can be used to change static configuration values through the debug menu and in tests when the DebugStaticConfigurationProvider is configured as the first static configuration provider.

Note: : The DebugStaticConfigurationProvider is configured as part of the IVI application when the com.tomtom.ivi.platform.defaults.config Gradle plugin is applied to the project.

Types

Link copied to clipboard
class DebugStaticConfigurationEditor(context: Context)

Allows editing static configuration values for development purposes.

Link copied to clipboard
class DebugStaticConfigurationProvider(context: Context) : ComposableStaticConfigurationProvider

A static configuration provider for development purposes.