-
public final class ViewData<U extends ViewMetadata>Data about an image view to be preloaded. This data is used to construct a Glide image request.
-
-
Method Summary
-
-
Constructor Detail
-
ViewData
ViewData(Integer viewId, Integer width, Integer height, U metadata)
- Parameters:
metadata- Any custom, additional data that the EpoxyModelPreloader chooses to provide that may be necessary to create the image request.
-
-
-
-