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.
Types
Link copied to clipboard
interface OnRecyclerUpdateListener
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Send the Recycler a request to scroll the content to the first item in the binder.
Link copied to clipboard
open fun setOnRecyclerUpdateListener(@Nullable onRecyclerUpdateListener: RecyclerEventsController.OnRecyclerUpdateListener)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard