ViewRootForInspector
-
android
interface ViewRootForInspector
The marker interface to be implemented by Views that are initialized from Compose. Examples are: DialogWrapper, PopupLayout, ViewFactoryHolder. To be used by the inspector.
Summary
Public properties |
||
|---|---|---|
open AbstractComposeView? |
Return the |
android
|
open View? |
Return the top view initialized from Compose. |
android
|
Public properties
subCompositionView
open val subCompositionView: AbstractComposeView?
Return the AbstractComposeView if this is creating for a sub composition.
This allows the inspector to add the creating compose nodes to the sub composition.