IviBuildConfig

abstract class IviBuildConfig @IviInternal constructor

The IVI build-time generated configuration.

The IVI Gradle plugin generates the iviBuildConfig property of this type. The property is defined in the same package as this type. TomTom IVI platform modules can use the property by adding a compile-time only dependency on platform_framework_api_product_emptybuildconfig.

The build-time generated configuration contains IviBuildConfigExtensions. Each IviBuildConfigExtension is identified by an IviBuildConfigExtensionId instance. The IviBuildConfigExtension can be obtained with getBuildConfigExtension.

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Empty companion object to allow extensions.

Functions

Link copied to clipboard

Provides access to the IviBuildConfigExtension of type E identified by iviBuildConfigExtensionId.