-
public final class LoadState.NotLoading extends LoadState
Is not currently loading, and no error currently observed.
当前未加载,并且当前未发生错误。
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoadState.NotLoading.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanendOfPaginationReached
-
Constructor Summary
Constructors Constructor Description LoadState.NotLoading(Boolean endOfPaginationReached)
-
Method Summary
-
-
Constructor Detail
-
LoadState.NotLoading
LoadState.NotLoading(Boolean endOfPaginationReached)
- Parameters:
endOfPaginationReached- 是否已到达分页末尾
-
-
-
-