frontendExtensionName
Parameters
frontendExtensionName
The name of the property that holds the frontend extension instance.
The property name must to be formatted in camelCase
and must end with the FrontendExtension
suffix. The FrontendExtension
suffix is mandatory to make it easier for developers to find where the class is used in the code base.
The property name needs to match a property with the same name that is an instance of a class that implements the com.tomtom.ivi.platform.frontend.api.common.frontend.FrontendExtension
interface.