setModels

open fun setModels(models: List<EpoxyModel<*>>)

Set a list of EpoxyModel's to show in this RecyclerView.

Alternatively you can set an EpoxyController to handle building models dynamically.

See also