Package 

Class LoadState


  • 
    public class LoadState
    
                        

    Load state

    加载状态

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class LoadState.None

      There is currently no status.

      当前没有任何状态(例如:初始化时,刷新数据时)

      public final class LoadState.NotLoading

      Is not currently loading, and no error currently observed.

      当前未加载,并且当前未发生错误。

      public class LoadState.Loading

      Loading is in progress.

      正在加载

      public final class LoadState.Error

      Loading hit an error.

      加载时出错

    • Method Summary

      Modifier and Type Method Description
      final Boolean getEndOfPaginationReached()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait