Builder

fun Builder(panels: LiveData<Collection<AnyPanel>>, lifecycleOwner: LifecycleOwner, iviServiceProvider: IviInstanceBoundIviServiceProvider)

Parameters

panels

The panels used by the default logic that determines which Panels to show. To easily extract panels from a FrontendRegistry or collection of Frontends, see extractPanels.

lifecycleOwner

The LifecycleOwner used for service connections, necessary for the default logic of deciding which panels to show.

iviServiceProvider

The service provider used for service connections, necessary for the default logic of deciding which panels to show.