{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
object LoadState.Loading : LoadState
Loading is in progress.
open operator Boolean
equals(other: Any?)
open Int
hashCode()
open String
toString()
Boolean
endOfPaginationReached
false if there is more data to load in the LoadType this LoadState is associated with, true otherwise.
false
LoadType
LoadState
true
open operator fun equals(other: Any?): Boolean
open fun hashCode(): Int
open fun toString(): String