Epoxy Model Group
open fun EpoxyModelGroup(@LayoutRes() layoutRes: Int, models: Collection<out EpoxyModel<out Any>>)
Content copied to clipboard
open fun EpoxyModelGroup(@LayoutRes() layoutRes: Int, models: Array<EpoxyModel<out Any>>)
Content copied to clipboard
Parameters
layoutRes
The layout to use with these models.
models
The models that will be used to bind the views in the given layout.