start Preload
abstract fun startPreload(epoxyModel: T, preloadTarget: P, viewData: ViewData<U>)
Content copied to clipboard
Start a preload request with the given target.
Parameters
epoxyModel
The EpoxyModel whose content is being preloaded.
preloadTarget
The target to ues to create and store the request.
viewData
Information about the view that will hold the preloaded content.