FlowBinding
flowbinding-android
/
reactivecircus.flowbinding.android.widget
/
TextChangeEvent
Text
Change
Event
data
class
TextChangeEvent
(
val
view
:
TextView
,
val
text
:
CharSequence
,
val
start
:
Int
,
val
before
:
Int
,
val
count
:
Int
)
Constructors
Properties
Constructors
Text
Change
Event
Link copied to clipboard
fun
TextChangeEvent
(
view
:
TextView
,
text
:
CharSequence
,
start
:
Int
,
before
:
Int
,
count
:
Int
)
Properties
before
Link copied to clipboard
val
before
:
Int
count
Link copied to clipboard
val
count
:
Int
start
Link copied to clipboard
val
start
:
Int
text
Link copied to clipboard
val
text
:
CharSequence
view
Link copied to clipboard
val
view
:
TextView