Package-level declarations

Functions

Link copied to clipboard
inline fun ResourcesScope.RecyclerCollectionComponent(    section: Section,     recyclerConfiguration: RecyclerConfiguration = RecyclerCollectionComponentSpec.recyclerConfiguration,     itemAnimator: RecyclerView.ItemAnimator? = RecyclerCollectionComponentSpec.itemAnimator,     itemDecoration: RecyclerView.ItemDecoration? = null,     canMeasureRecycler: Boolean = false,     loadingComponent: Component? = null,     emptyComponent: Component? = null,     errorComponent: Component? = null,     recyclerViewClipToPadding: Boolean = RecyclerCollectionComponentSpec.clipToPadding,     recyclerViewClipChildren: Boolean = RecyclerCollectionComponentSpec.clipChildren,     recyclerViewStartPadding: Dimen? = null,     recyclerViewEndPadding: Dimen? = null,     recyclerViewTopPadding: Dimen? = null,     recyclerViewBottomPadding: Dimen? = null,     disablePTR: Boolean = false,     nestedScrollingEnabled: Boolean = RecyclerCollectionComponentSpec.nestedScrollingEnabled,     scrollBarStyle: Int = RecyclerCollectionComponentSpec.scrollBarStyle,     recyclerViewId: Int = RecyclerCollectionComponentSpec.recyclerViewId,     overScrollMode: Int = RecyclerCollectionComponentSpec.overScrollMode,     refreshProgressBarColor: Int = RecyclerCollectionComponentSpec.refreshProgressBarColor,     touchInterceptor: LithoRecyclerView.TouchInterceptor? = null,     itemTouchListener: RecyclerView.OnItemTouchListener? = null,     eventsController: RecyclerCollectionEventsController? = null,     sectionTreeTag: String? = null,     startupLogger: LithoStartupLogger? = null,     stickyHeaderControllerFactory: StickyHeaderControllerFactory? = null,     sectionsViewLogger: SectionsRecyclerView.SectionsRecyclerViewLogger? = null,     handle: Handle? = null,     style: Style? = null): RecyclerCollectionComponent

Kotlin wrapper for the Component generated by RecyclerCollectionComponentSpec.