ResolveContext
class ResolveContext(val treeId: Int, val cache: MeasuredResultCache, treeState: TreeState?, val layoutVersion: Int, val rootComponentId: Int, val isAccessibilityEnabled: Boolean, treeFuture: TreeFuture<*>?, val currentRoot: LithoNode?, val perfEventLogger: PerfEvent?, val componentsLogger: ComponentsLogger?) : CalculationContext
Constructors
Link copied to clipboard
constructor(treeId: Int, cache: MeasuredResultCache, treeState: TreeState?, layoutVersion: Int, rootComponentId: Int, isAccessibilityEnabled: Boolean, treeFuture: TreeFuture<*>?, currentRoot: LithoNode?, perfEventLogger: PerfEvent?, componentsLogger: ComponentsLogger?)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Records a Spec-generated EventHandler. This EventHandlers are an output of the calculation and will be used by EventHandlersController to rebind existing EventHandlers.
Link copied to clipboard
Link copied to clipboard