Interface SearchBar.OnSearch

Enclosing class:
SearchBar

public static interface SearchBar.OnSearch
Callback for when the user presses enter in the search bar.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cb(String query)
     
  • Method Details