BaseTextWatcher

abstract class BaseTextWatcher : TextWatcher

Base text watcher.

Author

Ayvytr 's GitHub

Since

2.4.1

Constructors

BaseTextWatcher
Link copied to clipboard
fun BaseTextWatcher()

Functions

afterTextChanged
Link copied to clipboard
abstract fun afterTextChanged(p0: Editable)
beforeTextChanged
Link copied to clipboard
open override fun beforeTextChanged(s: CharSequence, start: Int, count: Int, after: Int)
onTextChanged
Link copied to clipboard
open override fun onTextChanged(s: CharSequence, start: Int, before: Int, count: Int)