SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.internal
/
TextWatcherAdapter
Text
Watcher
Adapter
@
RestrictTo
(
value
=
LIBRARY_GROUP
)
open
class
TextWatcherAdapter
:
TextWatcher
Base class for scenarios where user wants to implement only one method of
TextWatcher
.
Members
Constructors
Text
Watcher
Adapter
Link copied to clipboard
constructor
(
)
Functions
after
Text
Changed
Link copied to clipboard
open
fun
afterTextChanged
(
@
NonNull
s
:
Editable
)
before
Text
Changed
Link copied to clipboard
open
fun
beforeTextChanged
(
@
NonNull
s
:
CharSequence
,
start
:
Int
,
count
:
Int
,
after
:
Int
)
on
Text
Changed
Link copied to clipboard
open
fun
onTextChanged
(
@
NonNull
s
:
CharSequence
,
start
:
Int
,
before
:
Int
,
count
:
Int
)