SingleModalPanelStackFrontendCoordinationRule

A rule that ensures there is only a single Frontend that shows ModalPanels at any time. It does this by closing the ModalPanels of other Frontends when a Frontend opens a new ModalPanel.

Parameters

activeModelPanelStackData

The ModalPanelStackData to observe in order to close other Frontends' ModalPanels.

Constructors

A convenience constructor that extracts the default ModalPanelStackData from the given panelRegistry.

Inherited functions

Link copied to clipboard
open override fun activate(lifecycleOwner: LifecycleOwner, iviServiceProvider: IviInstanceBoundIviServiceProvider, frontends: LiveData<out Collection<Frontend>>)

Actives the rule within the scope of the given lifecycleOwner.