ModelBuilderCallback

interface ModelBuilderCallback

A callback for creating models without needing a custom EpoxyController class. Used with buildModelsWith

Functions

buildModels
Link copied to clipboard
abstract fun buildModels(controller: EpoxyController)
Analagous to EpoxyController.buildModels.