{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

LoadState.Loading

public static class LoadState.Loading extends LoadState

java.lang.Object
   ↳ androidx.paging.LoadState
     ↳ androidx.paging.LoadState.Loading

Loading is in progress.

Summary

Public fields

static @NonNull LoadState.Loading

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 fields

INSTANCE

public static @NonNull LoadState.Loading INSTANCE

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()