bindLegacyAttachBinder

fun bindLegacyAttachBinder(sectionsRecyclerView: SectionsRecyclerView, sectionsViewLogger: SectionsRecyclerView.SectionsRecyclerViewLogger?, isPullToRefreshEnabled: Boolean, onRefresh: () -> Unit?, onScrollListeners: List<RecyclerView.OnScrollListener>?, touchInterceptor: LithoRecyclerView.TouchInterceptor?, onItemTouchListener: RecyclerView.OnItemTouchListener?, snapHelper: SnapHelper?, recyclerEventsController: RecyclerEventsController?): LithoRecyclerView

Binds the sectionsRecyclerView to the data according to the behavior that was present in the initial version of the RecyclerSpec regarding the attach binders (previously RecyclerSpec.onBind).