-
public interface EpoxyRecyclerView.ModelBuilderCallbackA callback for creating models without needing a custom EpoxyController class. Used with buildModelsWith
-
-
Method Summary
Modifier and Type Method Description abstract UnitbuildModels(EpoxyController controller)Analagous to EpoxyController.buildModels. -
-
Method Detail
-
buildModels
abstract Unit buildModels(EpoxyController controller)
Analagous to EpoxyController.buildModels. You should create new model instances and add them to the given controller. AutoModel cannot be used with models added this way.
-
-
-
-