applicationClassExtensionBuilderName

Parameters

applicationClassExtensionBuilderName

The name of the application class extension builder class.

The application class extension builder name must be formatted in PascalCase and must end with the ApplicationExtensionBuilder suffix. The ApplicationExtensionBuilder suffix is mandatory to make it easier for developers to find where the class is used in the code base.

The application class extension builder name needs to match a class with the same name that implements the com.tomtom.ivi.platform.framework.api.product.application.IviApplicationExtensionBuilder class.