Preloadable

interface Preloadable

Declares Views that should be preloaded. This can either be implemented by a custom view or by an EpoxyHolder.

The preloadable views can be recursive ie if Preloadable.viewsToPreload includes any views that are themselves Preloadable those nested views will instead by used.

Properties

viewsToPreload
Link copied to clipboard
abstract val viewsToPreload: List<View>