PageKeyedDataSource.LoadInitialParams
public
static
class
PageKeyedDataSource.LoadInitialParams
extends Object
| java.lang.Object | |
| ↳ | android.arch.paging.PageKeyedDataSource.LoadInitialParams<Key> |
Holder object for inputs to , android.arch.paging.PageKeyedDataSource.LoadInitialCallback.
Summary
Fields | |
|---|---|
public
final
boolean |
placeholdersEnabled
Defines whether placeholders are enabled, and whether the total count passed to
|
public
final
int |
requestedLoadSize
Requested number of items to load. |
Public constructors | |
|---|---|
PageKeyedDataSource.LoadInitialParams(int requestedLoadSize, boolean placeholdersEnabled)
|
|
Inherited methods | |
|---|---|
Fields
placeholdersEnabled
boolean placeholdersEnabled
Defines whether placeholders are enabled, and whether the total count passed to
, int, int, Key, Key)">onResult(List, int, int, Key, Key) will be ignored.
requestedLoadSize
int requestedLoadSize
Requested number of items to load.
Note that this may be larger than available data.
Public constructors
PageKeyedDataSource.LoadInitialParams
PageKeyedDataSource.LoadInitialParams (int requestedLoadSize,
boolean placeholdersEnabled)| Parameters | |
|---|---|
requestedLoadSize |
int |
placeholdersEnabled |
boolean |
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