createInitialState

fun createInitialState(c: ComponentContext, snapHelper: StateValue<SnapHelper?>, sectionTree: StateValue<SectionTree?>, recyclerCollectionLoadEventsHandler: StateValue<ExperimentalRecyclerCollectionComponentSpec.RecyclerCollectionLoadEventsHandler?>, binder: StateValue<Binder<RecyclerView>?>, loadingState: StateValue<ExperimentalRecyclerCollectionComponentSpec.LoadingState?>, internalEventsController: StateValue<RecyclerCollectionEventsController?>, layoutInfo: StateValue<LayoutInfo?>, section: Section, recyclerConfiguration: RecyclerConfiguration, eventsController: RecyclerCollectionEventsController?, asyncPropUpdates: Boolean, asyncStateUpdates: Boolean, forceSyncStateUpdates: Boolean, ignoreLoadingUpdates: Boolean, sectionTreeTag: String?, canMeasureRecycler: Boolean, incrementalMount: Boolean, startupLogger: LithoStartupLogger?, stickyHeaderControllerFactory: StickyHeaderControllerFactory?)