DebugHierarchy

DebugHierarchy provides a light(er) weight way to track and access information about the component parentage of a given com.facebook.rendercore.MountItem. For a given com.facebook.rendercore.MountItem, it provides access to a linked list of Class objects representing the class of the Component and each of it's hierarchy parents.

Types

Link copied to clipboard
class Node(val parent: DebugHierarchy.Node?, val component: Component, val components: List<Component>, val type: Int)

Functions

Link copied to clipboard
fun getMountItemContent(host: ComponentHost, mountItemIndex: Int): Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard