data class FrameResourceTree
Information about the Frame hierarchy along with their cached resources.
<init> |
Information about the Frame hierarchy along with their cached resources. FrameResourceTree(frame: Frame, childFrames: List<FrameResourceTree>? = null, resources: List<FrameResource>) |
childFrames |
Child frames. val childFrames: List<FrameResourceTree>? |
frame |
Frame information for this tree item. val frame: Frame |
resources |
Information about frame resources. val resources: List<FrameResource> |