Package io.sentry.rrweb
Class RRWebInteractionMoveEvent
java.lang.Object
io.sentry.rrweb.RRWebEvent
io.sentry.rrweb.RRWebIncrementalSnapshotEvent
io.sentry.rrweb.RRWebInteractionMoveEvent
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
public final class RRWebInteractionMoveEvent
extends RRWebIncrementalSnapshotEvent
implements JsonSerializable, JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
static final class
Nested classes/interfaces inherited from class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
RRWebIncrementalSnapshotEvent.IncrementalSource, RRWebIncrementalSnapshotEvent.Serializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
@Nullable List<RRWebInteractionMoveEvent.Position>
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setDataUnknown
(@Nullable Map<String, Object> dataUnknown) void
setPointerId
(int pointerId) void
setPositions
(@Nullable List<RRWebInteractionMoveEvent.Position> positions) void
setUnknown
(@Nullable Map<String, Object> unknown) Methods inherited from class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
getSource, setSource
Methods inherited from class io.sentry.rrweb.RRWebEvent
equals, getTimestamp, getType, hashCode, setTimestamp, setType
-
Constructor Details
-
RRWebInteractionMoveEvent
public RRWebInteractionMoveEvent()
-
-
Method Details
-
getDataUnknown
-
setDataUnknown
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-
getPositions
-
setPositions
-
getPointerId
public int getPointerId() -
setPointerId
public void setPointerId(int pointerId) -
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-