Package-level declarations
This package defines a plugin to configure the Automotive UI API key through a configuration provider. To use the plugin, apply it to the project:
plugins {
id("com.tomtom.ivi.appsuite.navappcomponents.config.automotiveuiapikey")
}
Content copied to clipboard
And then configure the plugin via the automotiveUiApiKeyConfig
extension.
Further, see the documentation of the AutomotiveUiApiKeyConfigPlugin and AutomotiveUiApiKeyConfigVariantExtension classes.
Types
Link copied to clipboard
Plugin to configure Automotive UI API key through a configuration provider.
Link copied to clipboard
interface AutomotiveUiApiKeyConfigVariantExtension
Gradle extension for Automotive UI API key configuration.
Functions
Link copied to clipboard
fun IviVariantExtensionDecorator.automotiveUiApiKeyConfig(action: Action<AutomotiveUiApiKeyConfigVariantExtension>)
Executes a configuration block action for an AutomotiveUiApiKeyConfigVariantExtension.
Link copied to clipboard
Sets the API key, as a string constant, for all the Automotive UI online services.