NotLoading
class NotLoading : LoadState
Indicates the PagingData is not currently loading, and no error currently observed.
Summary
Public constructors |
Indicates the PagingData is not currently loading, and no error currently observed.
|
Inherited properties |
From class LoadState
Boolean |
endOfPaginationReached
false if there is more data to load in the LoadType this
LoadState is associated with, true otherwise. This parameter informs Pager if it
should continue to make requests for additional data in this direction or if it should
halt as the end of the dataset has been reached.
|
|
Public constructors
<init>
NotLoading(endOfPaginationReached: Boolean)
Indicates the PagingData is not currently loading, and no error currently observed.
Parameters |
endOfPaginationReached: Boolean |
false if there is more data to load in the LoadType this
LoadState is associated with, true otherwise. This parameter informs Pager if it
should continue to make requests for additional data in this direction or if it should
halt as the end of the dataset has been reached. |
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String