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

LoadState.Loading

object LoadState.Loading : LoadState

kotlin.Any
   ↳ androidx.paging.LoadState
     ↳ androidx.paging.LoadState.Loading

Loading is in progress.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Inherited properties

From androidx.paging.LoadState
Boolean

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

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String