doAfterTextChanged

inline fun TextView.doAfterTextChanged(crossinline action: (text: Editable?) -> Unit): TextWatcher(source)

Add an action which will be invoked after the text changed.

Return

the TextWatcher added to the TextView