FlowBinding
flowbinding-recyclerview
/
reactivecircus.flowbinding.recyclerview
/
RecyclerViewScrollEvent
Recycler
View
Scroll
Event
data
class
RecyclerViewScrollEvent
(
val
view
:
RecyclerView
,
val
dx
:
Int
,
val
dy
:
Int
)
Constructors
Properties
Constructors
Recycler
View
Scroll
Event
Link copied to clipboard
fun
RecyclerViewScrollEvent
(
view
:
RecyclerView
,
dx
:
Int
,
dy
:
Int
)
Properties
dx
Link copied to clipboard
val
dx
:
Int
dy
Link copied to clipboard
val
dy
:
Int
view
Link copied to clipboard
val
view
:
RecyclerView