Interface SearchInput.OnTextChange

  • Enclosing class:
    SearchInput

    public static interface SearchInput.OnTextChange
    The OnTextChange interface defines the onTextChange handler for the RequiredTextInputLayout class.
    • Method Detail

      • onTextChange

        void onTextChange​(java.lang.String newText)