FUIListViewModelState

public enum FUIListViewModelState : Equatable

Defines current state for FUIListViewModel.

  • Indicates the view model’s execution is finished.

    Declaration

    Swift

    case finished
  • Indicates the view model is loading the initial page.

    Declaration

    Swift

    case loadingInitialPage
  • Indicates the view model is loading the next page.

    Declaration

    Swift

    case loadingNextPage
  • Indicates the view model is refreshing loaded results.

    Declaration

    Swift

    case refreshFullResults