Package 

Interface HitsState

  • All Implemented Interfaces:
    com.algolia.instantsearch.core.hits.HitsView

    
    public interface HitsState<T extends Object>
     implements HitsView<T>
                        

    HitsView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract List<T> getHits() Hits list.
      • Methods inherited from class com.algolia.instantsearch.compose.hits.HitsState

        setHits
      • Methods inherited from class java.lang.Object

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