LoadStates
Kotlin
|Java
data class LoadStates
kotlin.Any | |
↳ | androidx.paging.LoadStates |
Collection of pagination LoadStates - refresh, prepend, and append.
Summary
Public constructors | |
---|---|
Collection of pagination LoadStates - refresh, prepend, and append. |
Public methods | |
---|---|
Unit |
Properties | |
---|---|
LoadState |
LoadState corresponding to LoadType.APPEND loads. |
LoadState |
LoadState corresponding to LoadType.PREPEND loads. |
LoadState |
LoadState corresponding to LoadType.REFRESH loads. |
Public constructors
<init>
LoadStates(
refresh: LoadState,
prepend: LoadState,
append: LoadState)
Collection of pagination LoadStates - refresh, prepend, and append.