panelTypesName

Parameters

panelTypesName

The name of the property that holds the panel types.

The property name must be formatted in SCREAMING_SNAKE_CASE and must end with the _PANEL_TYPES suffix. The _PANEL_TYPES suffix is mandatory to allow the reference to the property name to be found in the code base easier.

The property name needs to match a property with the same name that is an instance of the com.tomtom.ivi.platform.frontend.api.common.frontend.panels.PanelTypeSet class.