mainMenuPanel

var mainMenuPanel: LiveData<MainMenuPanel?>? = null

The active MainMenuPanel to pass to the IviPanelRegistry. If left null, a single MainMenuPanel instance is picked from the given Panel collection, assuming only a single Frontend will offer a MainMenuPanel.