LayoutPrefetchRegistry

Interface for LayoutManagers to request items to be prefetched, based on position, with specified distance from viewport, which indicates priority.

See also

Functions

Link copied to clipboard
abstract fun addPosition(layoutPosition: Int, pixelDistance: Int)
Requests an an item to be prefetched, based on position, with a specified distance, indicating priority.