{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
open class PositionalDataSource.LoadRangeParams
Holder object for inputs to loadRange
.
Public constructors |
|
---|---|
LoadRangeParams(startPosition: Int, loadSize: Int) |
val loadSize: Int
Number of items to load.
Returned data must be of this size, unless at end of the list.
val startPosition: Int
START position of data to load.
Returned data must start at this position.