Package io.sentry.rrweb
Class RRWebInteractionEvent
java.lang.Object
io.sentry.rrweb.RRWebEvent
io.sentry.rrweb.RRWebIncrementalSnapshotEvent
io.sentry.rrweb.RRWebInteractionEvent
- All Implemented Interfaces:
JsonSerializable
,JsonUnknown
public final class RRWebInteractionEvent
extends RRWebIncrementalSnapshotEvent
implements JsonSerializable, JsonUnknown
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
static final class
Nested classes/interfaces inherited from class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
RRWebIncrementalSnapshotEvent.IncrementalSource, RRWebIncrementalSnapshotEvent.Serializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getId()
@Nullable RRWebInteractionEvent.InteractionType
int
int
float
getX()
float
getY()
void
serialize
(@NotNull ObjectWriter writer, @NotNull ILogger logger) void
setDataUnknown
(@Nullable Map<String, Object> dataUnknown) void
setId
(int id) void
setInteractionType
(@Nullable RRWebInteractionEvent.InteractionType type) void
setPointerId
(int pointerId) void
setPointerType
(int pointerType) void
setUnknown
(@Nullable Map<String, Object> unknown) void
setX
(float x) void
setY
(float y) 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
-
RRWebInteractionEvent
public RRWebInteractionEvent()
-
-
Method Details
-
getInteractionType
-
setInteractionType
-
getId
public int getId() -
setId
public void setId(int id) -
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y) -
getPointerType
public int getPointerType() -
setPointerType
public void setPointerType(int pointerType) -
getPointerId
public int getPointerId() -
setPointerId
public void setPointerId(int pointerId) -
getDataUnknown
-
setDataUnknown
-
getUnknown
- Specified by:
getUnknown
in interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknown
in interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serialize
in interfaceJsonSerializable
- Throws:
IOException
-