ItemKeyedDataSource.LoadParams
  public
  static
  
  
  class
  ItemKeyedDataSource.LoadParams
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.arch.paging.ItemKeyedDataSource.LoadParams<Key> | 
Holder object for inputs to loadBefore(LoadParams, LoadCallback)
 and loadAfter(LoadParams, LoadCallback).
Summary
| Fields | |
|---|---|
| 
    public
    
    final
    Key | keyLoad items before/after this key. | 
| 
    public
    
    final
    int | requestedLoadSizeRequested number of items to load. | 
| Public constructors | |
|---|---|
| 
      ItemKeyedDataSource.LoadParams(Key key, int requestedLoadSize)
       | |
| Inherited methods | |
|---|---|
Fields
key
Key key
Load items before/after this key.
Returned data must begin directly adjacent to this position.
requestedLoadSize
int requestedLoadSize
Requested number of items to load.
Returned page can be of this size, but it may be altered if that is easier, e.g. a network data source where the backend defines page size.
Public constructors
ItemKeyedDataSource.LoadParams
ItemKeyedDataSource.LoadParams (Key key, 
                int requestedLoadSize)| Parameters | |
|---|---|
| key | Key | 
| requestedLoadSize | int | 
- Interfaces
- Classes- AsyncPagedListDiffer
- DataSource
- DataSource.Factory
- ItemKeyedDataSource
- ItemKeyedDataSource.LoadCallback
- ItemKeyedDataSource.LoadInitialCallback
- ItemKeyedDataSource.LoadInitialParams
- ItemKeyedDataSource.LoadParams
- LivePagedListBuilder
- PagedList
- PagedList.BoundaryCallback
- PagedList.Builder
- PagedList.Callback
- PagedList.Config
- PagedList.Config.Builder
- PagedListAdapter
- PageKeyedDataSource
- PageKeyedDataSource.LoadCallback
- PageKeyedDataSource.LoadInitialCallback
- PageKeyedDataSource.LoadInitialParams
- PageKeyedDataSource.LoadParams
- PositionalDataSource
- PositionalDataSource.LoadInitialCallback
- PositionalDataSource.LoadInitialParams
- PositionalDataSource.LoadRangeCallback
- PositionalDataSource.LoadRangeParams
- RxPagedListBuilder
 
