Interface ViewHierarchyExporter

All Known Implementing Classes:
ComposeViewHierarchyExporter

public interface ViewHierarchyExporter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    export(@NotNull ViewHierarchyNode parent, @NotNull Object element)
    Exports the view hierarchy
  • Method Details

    • export

      boolean export(@NotNull @NotNull ViewHierarchyNode parent, @NotNull @NotNull Object element)
      Exports the view hierarchy
      Parameters:
      parent - the parent view hierarchy node to which element should be attached to
      element - The UI widget
      Returns:
      true if element was processed and the corresponding view hierarchy was attached to parent, false otherwise