TextWatcherAdapter

Base class for scenarios where user wants to implement only one method of TextWatcher.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
open fun beforeTextChanged(@NonNull s: CharSequence, start: Int, count: Int, after: Int)
Link copied to clipboard
open fun onTextChanged(@NonNull s: CharSequence, start: Int, before: Int, count: Int)