Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-ui
/
com.mapsted.ui.utils
/
DelayedTextWatcher
Delayed
Text
Watcher
class
DelayedTextWatcher
(
coroutineScope
:
CoroutineScope
,
afterTextChanged
:
(
text
:
String
)
->
Unit
)
:
TextWatcher
Members
Constructors
Delayed
Text
Watcher
Link copied to clipboard
constructor
(
coroutineScope
:
CoroutineScope
,
afterTextChanged
:
(
text
:
String
)
->
Unit
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
allow
Update
Link copied to clipboard
var
allowUpdate
:
Boolean
Functions
after
Text
Changed
Link copied to clipboard
open
override
fun
afterTextChanged
(
s
:
Editable
)
before
Text
Changed
Link copied to clipboard
open
override
fun
beforeTextChanged
(
s
:
CharSequence
,
start
:
Int
,
count
:
Int
,
after
:
Int
)
on
Text
Changed
Link copied to clipboard
open
override
fun
onTextChanged
(
s
:
CharSequence
,
start
:
Int
,
before
:
Int
,
count
:
Int
)