isPanelTypeSupportedBySystemUi

abstract fun isPanelTypeSupportedBySystemUi(panelType: KClass<out AnyPanel>): Boolean

Returns whether Panels of type panelType can be presented to the user by the system UI that owns the Frontend.

If a Frontend adds a Panel that is not supported, it may lead to situations where users face unexpected scenarios because they won't see the Panel appear. In general it can be expected that all Panel types that the TomTom Digital Cockpit platform offers are supported by the system UI. However, frontends that want to support system UIs that do not necessarily support all Panel types can make use of this method to fall back to another solution.