RecyclerEventsController
An controller that can be passed as com.facebook.litho.annotations.Prop to a Recycler component to trigger events from outside the component hierarchy.
Functions
Link copied to clipboard
Link copied to clipboard
Send the Recycler a request to scroll the content to a specific item in the binder.
Link copied to clipboard
Send the Recycler a request to scroll the content to a specific item in the binder with the given offset from resolved layout start. Animation will not be performed.
Link copied to clipboard
Send the Recycler a request to scroll the content to the first item in the binder.
Link copied to clipboard
fun setOnRecyclerUpdateListener(onRecyclerUpdateListener: RecyclerEventsController.OnRecyclerUpdateListener?)
Link copied to clipboard
Link copied to clipboard