[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/androidx/paging/LoadState.NotLoading [Back]  [Original]

LoadState.NotLoading  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.

LoadState.NotLoading


public final class LoadState.NotLoading extends LoadState

java.lang.Object
    androidx.paging.LoadState
      androidx.paging.LoadState.NotLoading

Indicates the PagingData is not currently loading, and no error currently observed.

Summary

Public constructors

NotLoading(boolean endOfPaginationReached)

Public methods

boolean
equals(Object other)
int
@NonNull String

Inherited methods

From androidx.paging.LoadState
final boolean

false if there is more data to load in the LoadType this LoadState is associated with, true otherwise.

Public constructors

NotLoading

Added in 3.0.0
public NotLoading(boolean endOfPaginationReached)
Parameters
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.

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-06-24 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-24 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page