Package io.sentry.protocol
Class ViewHierarchy
java.lang.Object
io.sentry.protocol.ViewHierarchy
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
ConstructorDescriptionViewHierarchy
(@Nullable String renderingSystem, @Nullable List<ViewHierarchyNode> windows) -
Method Summary
Modifier and TypeMethodDescription@Nullable String
@Nullable List<ViewHierarchyNode>
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setUnknown
(@Nullable Map<String, Object> unknown)
-
Constructor Details
-
ViewHierarchy
public ViewHierarchy(@Nullable @Nullable String renderingSystem, @Nullable @Nullable List<ViewHierarchyNode> windows)
-
-
Method Details
-
getRenderingSystem
-
getWindows
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-