FlowBinding
flowbinding-android
/
reactivecircus.flowbinding.android.widget
/
BeforeTextChangeEvent
Before
Text
Change
Event
data
class
BeforeTextChangeEvent
(
val
view
:
TextView
,
val
text
:
CharSequence
,
val
start
:
Int
,
val
count
:
Int
,
val
after
:
Int
)
Constructors
Properties
Constructors
Before
Text
Change
Event
Link copied to clipboard
fun
BeforeTextChangeEvent
(
view
:
TextView
,
text
:
CharSequence
,
start
:
Int
,
count
:
Int
,
after
:
Int
)
Properties
after
Link copied to clipboard
val
after
:
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