Interface SearchBar.OnChange

Enclosing class:
SearchBar

public static interface SearchBar.OnChange
Callback for when the contents of the search bar changes.
  • Method Summary

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