-
public final class EnrichedRecordWraps the Session Replay records together with the related Rum Context. Intended for internal usage.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEnrichedRecord.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringapplicationIdprivate final StringsessionIdprivate final StringviewIdprivate final List<MobileSegment.MobileRecord>records
-
Constructor Summary
Constructors Constructor Description EnrichedRecord(String applicationId, String sessionId, String viewId, List<MobileSegment.MobileRecord> records)
-
Method Summary
Modifier and Type Method Description final StringgetApplicationId()final StringgetSessionId()final StringgetViewId()final List<MobileSegment.MobileRecord>getRecords()final StringtoJson()Returns the JSON string equivalent of this object. -
-
Constructor Detail
-
EnrichedRecord
EnrichedRecord(String applicationId, String sessionId, String viewId, List<MobileSegment.MobileRecord> records)
-
-
Method Detail
-
getApplicationId
final String getApplicationId()
-
getSessionId
final String getSessionId()
-
getRecords
final List<MobileSegment.MobileRecord> getRecords()
-
-
-
-