abstract fun startPreload(epoxyModel: T, preloadTarget: P, viewData: ViewData<U>): Unit
Start a preload request with the given target.
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.