PositionalDataSource.LoadRangeParams
-
android
open class PositionalDataSource.LoadRangeParams
Holder object for inputs to loadRange.
Summary
Public constructors |
|
|---|---|
This function is deprecated. PositionalDataSource is deprecated and has been replaced by PagingSource |
android
|
Public properties |
||
|---|---|---|
Int |
This property is deprecated. PositionalDataSource is deprecated and has been replaced by PagingSource |
android
|
Int |
This property is deprecated. PositionalDataSource is deprecated and has been replaced by PagingSource |
android
|
Public constructors
Public properties
loadSize
val loadSize: Int
Number of items to load.
Returned data must be of this size, unless at end of the list.
startPosition
val startPosition: Int
START position of data to load.
Returned data must start at this position.