Package 

Interface RelevantSortState

  • All Implemented Interfaces:
    com.algolia.instantsearch.core.relevantsort.RelevantSortView

    
    public interface RelevantSortState<T extends Object>
     implements RelevantSortView<T>
                        

    RelevantSortView for compose.

    • Method Summary

      Modifier and Type Method Description
      abstract T getSort() Current value of relevant sort.
      abstract Function0<Unit> getDidToggle()
      abstract Unit setDidToggle(Function0<Unit> didToggle)
      • Methods inherited from class com.algolia.instantsearch.compose.number.relevantsort.RelevantSortState

        updateView
      • Methods inherited from class java.lang.Object

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