StateDrivenPanelContainerControllerAdapter

fun <CD, VM : PanelSubContainerViewModel<SD>, SD> StateDrivenPanelContainerControllerAdapter(subContainerController: StateDrivenSubContainerController<CD, VM, SD>, subContainerViewModelFactory: () -> VM, panelContainerElementAnimator: PanelContainerElementAnimator<VM, SD>)

Parameters

V

The container ViewGroup type that implements the PanelContainer interface.

CD

The type of the panel container data that is visualized by the panel container.

VM

The panel sub-container view model type.

SD

The type of the panel sub-container data. The data is derived from the panel container data.