Interface SearchInputView.SearchStartedListener
-
- All Implemented Interfaces:
public interface SearchInputView.SearchStartedListenerListener that exposes a handle when the search starts.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSearchStarted(String query)Handle when the search starts. -
-
Method Detail
-
onSearchStarted
abstract Unit onSearchStarted(String query)
Handle when the search starts.
- Parameters:
query- The current value of the query with which the search started.
-
-
-
-