StorylyTextWatcher

abstract class StorylyTextWatcher : TextWatcher

Functions

afterTextChanged
Link copied to clipboard
open override fun afterTextChanged(s: 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)