EpoxyModelGroup

open fun EpoxyModelGroup(@LayoutRes() layoutRes: Int, models: Collection<out EpoxyModel<out Any>>)
open fun EpoxyModelGroup(@LayoutRes() layoutRes: Int, models: Array<EpoxyModel<out Any>>)

Parameters

layoutRes

The layout to use with these models.

models

The models that will be used to bind the views in the given layout.