Package io.sentry.compose.viewhierarchy
Class ComposeViewHierarchyExporter
java.lang.Object
io.sentry.compose.viewhierarchy.ComposeViewHierarchyExporter
- All Implemented Interfaces:
ViewHierarchyExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
export
(@NotNull ViewHierarchyNode parent, @NotNull Object element) Exports the view hierarchy
-
Constructor Details
-
ComposeViewHierarchyExporter
-
-
Method Details
-
export
Description copied from interface:ViewHierarchyExporter
Exports the view hierarchy- Specified by:
export
in interfaceViewHierarchyExporter
- Parameters:
parent
- the parent view hierarchy node to which element should be attached toelement
- The UI widget- Returns:
- true if element was processed and the corresponding view hierarchy was attached to parent, false otherwise
-