frontendBuilderName
Parameters
frontendBuilderName
The name of the frontend builder class.
The frontend builder name must be formatted in PascalCase
and must end with the FrontendBuilder
suffix. The FrontendBuilder
suffix is mandatory to make it easier for developers to find where the class is used in the code base.
The frontend builder name needs to match a class with the same name that implements the com.tomtom.ivi.platform.frontend.api.common.frontend.FrontendBuilder
class.