FlowBinding
flowbinding-recyclerview
/
reactivecircus.flowbinding.recyclerview
/
RecyclerViewChildAttachStateChangeEvent
/
Attached
Attached
data
class
Attached
(
val
view
:
RecyclerView
,
val
child
:
View
)
:
RecyclerViewChildAttachStateChangeEvent
Constructors
Properties
Constructors
Attached
Link copied to clipboard
fun
Attached
(
view
:
RecyclerView
,
child
:
View
)
Properties
child
Link copied to clipboard
open
override
val
child
:
View
view
Link copied to clipboard
open
override
val
view
:
RecyclerView