DismissablePanelStackContainerController

fun <D : DismissablePanelStackData<P>, P : GenericDismissablePanel<C>, C : PanelContext> DismissablePanelStackContainerController(    panelData: LiveData<out D?>,     container: ViewGroup,     subContainerManager: PanelStackSubContainerManager<D>,     animationController: PanelSubContainerAnimationController<D>,     createPanelContext: (P) -> C)

Parameters

D

The type of PanelStackData that is visualised by the container view.

P

The type of GenericDismissablePanel in the panel stack.

C

: The type of PanelContext of panels in the panel stack