interface ModelBuilderCallback
A callback for creating models without needing a custom EpoxyController class. Used with buildModelsWith
abstract fun buildModels(controller: EpoxyController): Unit
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. |