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)

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard