{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class LoadState.NotLoading extends LoadState
Indicates the PagingData
is not currently loading, and no error currently observed.
Public fields |
|
---|---|
final boolean |
|
Public constructors |
|
---|---|
NotLoading(boolean endOfPaginationReached) |
@NonNull
public final boolean endOfPaginationReached
false
if there is more data to load in the LoadType
this LoadState
is associated with, true
otherwise. This parameter informs Pager
if it should continue to make requests for additional data in this direction or if it should halt as the end of the dataset has been reached.
@NonNull
public final NotLoading(boolean endOfPaginationReached)
Parameters | |
---|---|
boolean endOfPaginationReached |
|