epoxy-adapter / com.airbnb.epoxy.preload / EpoxyModelPreloader / startPreload

startPreload

abstract fun startPreload(epoxyModel: T, preloadTarget: P, viewData: ViewData<U>): Unit

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.