NestedLithoResolveContext

data class NestedLithoResolveContext(    val treeId: NestedTreeId,     val androidContext: Context,     val config: LithoConfiguration,     val currentResolveResult: ResolveResult?,     val stateUpdateRequest: StateUpdateRequester,     val stateCommitListener: StateCommitListener? = null,     val errorComponent: (Component?) -> Unit = { /* TODO: provide default implementation */ },     val rootHostReference: NestedMountedViewReference = NestedMountedViewReference(),     val lifecycleProvider: NestedLithoTreeLifecycleProvider = NestedLithoTreeLifecycleProvider(),     val usePreviousLayoutState: Boolean,     val recycleHost: Boolean = true)

Constructors

Link copied to clipboard
constructor(    treeId: NestedTreeId,     androidContext: Context,     config: LithoConfiguration,     currentResolveResult: ResolveResult?,     stateUpdateRequest: StateUpdateRequester,     stateCommitListener: StateCommitListener? = null,     errorComponent: (Component?) -> Unit = { /* TODO: provide default implementation */ },     rootHostReference: NestedMountedViewReference = NestedMountedViewReference(),     lifecycleProvider: NestedLithoTreeLifecycleProvider = NestedLithoTreeLifecycleProvider(),     usePreviousLayoutState: Boolean,     recycleHost: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recycleHost: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard