Package io.sentry.internal.viewhierarchy
Interface ViewHierarchyExporter
- All Known Implementing Classes:
ComposeViewHierarchyExporter
public interface ViewHierarchyExporter
-
Method Summary
Modifier and TypeMethodDescriptionboolean
export
(@NotNull ViewHierarchyNode parent, @NotNull Object element) Exports the view hierarchy
-
Method Details
-
export
Exports the view hierarchy- 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
-