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
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enumstatic final classNested classes/interfaces inherited from class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
RRWebIncrementalSnapshotEvent.IncrementalSource, RRWebIncrementalSnapshotEvent.Serializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()@Nullable RRWebInteractionEvent.InteractionTypeintintfloatgetX()floatgetY()voidserialize(@NotNull ObjectWriter writer, @NotNull ILogger logger) voidsetDataUnknown(@Nullable Map<String, Object> dataUnknown) voidsetId(int id) voidsetInteractionType(@Nullable RRWebInteractionEvent.InteractionType type) voidsetPointerId(int pointerId) voidsetPointerType(int pointerType) voidsetUnknown(@Nullable Map<String, Object> unknown) voidsetX(float x) voidsetY(float y) Methods inherited from class io.sentry.rrweb.RRWebIncrementalSnapshotEvent
getSource, setSourceMethods 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:
getUnknownin interfaceJsonUnknown
-
setUnknown
- Specified by:
setUnknownin interfaceJsonUnknown
-
serialize
public void serialize(@NotNull @NotNull ObjectWriter writer, @NotNull @NotNull ILogger logger) throws IOException - Specified by:
serializein interfaceJsonSerializable- Throws:
IOException
-