Package io.sentry.protocol
Class ViewHierarchy
java.lang.Object
io.sentry.protocol.ViewHierarchy
- All Implemented Interfaces:
JsonSerializable,JsonUnknown
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionViewHierarchy(@Nullable String renderingSystem, @Nullable List<ViewHierarchyNode> windows) -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable List<ViewHierarchyNode>voidserialize(@NotNull JsonObjectWriter writer, @NotNull ILogger logger) voidsetUnknown(@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 JsonObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-
getUnknown
- Specified by:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-