onEditModeTextChanged

protected open fun onEditModeTextChanged(    @NonNull s: CharSequence,     start: Int,     before: Int,     count: Int)

Called when the input text is changed, when the input is the edited mode.

This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before. It is an error to attempt to make changes to s from this callback.

since 3.0.0