class ViewData<out U : ViewMetadata?>
Data about an image view to be preloaded. This data is used to construct a Glide image request.
metadata - Any custom, additional data that the EpoxyModelPreloader chooses to provide that may be necessary to create the image request.
ViewData(viewId: Int, width: Int, height: Int, metadata: U)
Data about an image view to be preloaded. This data is used to construct a Glide image request. |
val height: Int |
|
val metadata: U
Any custom, additional data that the EpoxyModelPreloader chooses to provide that may be necessary to create the image request. |
|
val viewId: Int |
|
val width: Int |