Package 

Interface LoadingState

  • All Implemented Interfaces:
    com.algolia.instantsearch.core.loading.LoadingView

    
    public interface LoadingState
     implements LoadingView
                        

    LoadingView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit reload() Request a reload.
      abstract Boolean getLoading() true when loading, false otherwise.
      abstract Function1<Unit, Unit> getOnReload()
      abstract Unit setOnReload(Function1<Unit, Unit> onReload)
      • Methods inherited from class com.algolia.instantsearch.compose.loading.LoadingState

        setIsLoading
      • Methods inherited from class java.lang.Object

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