FlowBinding
flowbinding-core
/
reactivecircus.flowbinding.core
Package-level
declarations
Types
Functions
Types
Scroll
Change
Event
Link copied to clipboard
data
class
ScrollChangeEvent
(
val
view
:
View
,
val
scrollX
:
Int
,
val
scrollY
:
Int
,
val
oldScrollX
:
Int
,
val
oldScrollY
:
Int
)
Functions
scroll
Change
Events
Link copied to clipboard
@
CheckResult
fun
NestedScrollView
.
scrollChangeEvents
(
)
:
Flow
<
ScrollChangeEvent
>
Create a
Flow
of scroll change events on the
NestedScrollView
instance.