WorkingRange

Functions

Link copied to clipboard
abstract fun shouldEnterRange(position: Int, firstVisibleIndex: Int, lastVisibleIndex: Int, firstFullyVisibleIndex: Int, lastFullyVisibleIndex: Int): Boolean

Return true to trigger @OnEnteredRange method defined in the component, do nothing otherwise.

Link copied to clipboard
abstract fun shouldExitRange(position: Int, firstVisibleIndex: Int, lastVisibleIndex: Int, firstFullyVisibleIndex: Int, lastFullyVisibleIndex: Int): Boolean

Return true to trigger @OnExitedRange method defined in the component, do nothing otherwise.