LoadState.Loading


public static class LoadState.Loading extends LoadState


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

Added in 3.0.0
public static @NonNull LoadState.Loading INSTANCE

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()