frontendExtensionName

val frontendExtensionName: String

The name of the property that holds the frontend extension instance.

The property name must to be formatted in camelCase and must have a FrontendExtension suffix.

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.

The FrontendExtension suffix is mandatory to allow the reference to the property name to be easier to find in the code base.