Companion

object Companion

Functions

Link copied to clipboard
fun build(    panels: LiveData<Collection<AnyPanel>>,     lifecycleOwner: LifecycleOwner,     iviServiceProvider: IviInstanceBoundIviServiceProvider,     initializer: IviPanelRegistry.Builder.() -> Unit = { }): IviPanelRegistry

A convenience method for using Builder.

Link copied to clipboard
fun LiveData<Collection<Frontend>>.extractPanels(): LiveData<Collection<AnyPanel>>

Extracts all Panels from a collection of Frontends.

fun FrontendRegistry.extractPanels(): LiveData<Collection<AnyPanel>>

Extracts all Panels from a from the Frontends within a PanelRegistry.