EditableCxRumEvent class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

EditableCxRumEvent.new({required String platform, VersionMetaData? versionMetadata, required int timestamp, MobileSdk? mobileSdk, SessionContext? sessionContext, DeviceContext? deviceContext, DeviceState? deviceState, ViewContext? viewContext, EventContext? eventContext, ErrorContext? errorContext, InteractionContext? interactionContext, LogContext? logContext, NetworkRequestContext? networkRequestContext, SnapshotContext? snapshotContext, MobileVitalsContext? mobileVitalsContext, LifeCycleContext? lifeCycleContext, required Map<String, dynamic> labels, required String spanId, required String traceId, required String environment, bool? isSnapshotEvent, InstrumentationData? instrumentationData})
EditableCxRumEvent.fromJson(Map<String, dynamic> json)
factory

Properties

deviceContext DeviceContext?
getter/setter pairinherited
deviceState DeviceState?
getter/setter pairinherited
environment String
getter/setter pairinherited
errorContext ErrorContext?
getter/setter pairinherited
eventContext EventContext?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
instrumentationData InstrumentationData?
getter/setter pairinherited
interactionContext InteractionContext?
getter/setter pairinherited
isSnapshotEvent bool?
getter/setter pairinherited
labels Map<String, dynamic>
getter/setter pairinherited
lifeCycleContext LifeCycleContext?
getter/setter pairinherited
logContext LogContext?
getter/setter pairinherited
mobileSdk MobileSdk?
getter/setter pairinherited
mobileVitalsContext MobileVitalsContext?
getter/setter pairinherited
networkRequestContext NetworkRequestContext?
getter/setter pairinherited
platform String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionContext SessionContext?
getter/setter pairinherited
snapshotContext SnapshotContext?
getter/setter pairinherited
spanId String
getter/setter pairinherited
timestamp int
getter/setter pairinherited
traceId String
getter/setter pairinherited
versionMetadata VersionMetaData?
getter/setter pairinherited
viewContext ViewContext?
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited