Package 

Interface StatsState

  • All Implemented Interfaces:
    com.algolia.instantsearch.stats.StatsView

    @Stable() 
    public interface StatsState<T extends Object>
     implements StatsView<T>
                        

    StatsView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract T getStats() State holding stats value.
      • Methods inherited from class com.algolia.instantsearch.compose.item.StatsState

        setText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getStats

         abstract T getStats()

        State holding stats value.