Companion

object Companion

Properties

Link copied to clipboard
val binderBinder: RenderUnit.Binder<MountSpecLithoRenderUnit, Any, Any>
Link copied to clipboard
val mountBinder: RenderUnit.Binder<MountSpecLithoRenderUnit, Any, Any>
Link copied to clipboard
const val STATE_DIRTY: Int = 2
Link copied to clipboard
const val STATE_UNKNOWN: Int = 0
Link copied to clipboard
const val STATE_UPDATED: Int = 1

Functions

Link copied to clipboard
fun create(    id: Long,     component: Component,     commonDynamicProps: SparseArray<DynamicValue<Any?>>?,     context: ComponentContext,     nodeInfo: NodeInfo?,     flags: Int,     importantForAccessibility: Int,     updateState: Int,     debugKey: String?): MountSpecLithoRenderUnit
Link copied to clipboard
fun getUpdateState(node: RenderTreeNode): Int
Link copied to clipboard