SessionData
@Serializable
The captured session data including actions and logic events.
Constructors
Link copied to clipboard
constructor(startTime: Long, endTime: Long, initialStateJson: String = "{}", actions: List<CapturedAction>, logicStartedEvents: List<CapturedLogicStart>, logicCompletedEvents: List<CapturedLogicComplete>, logicFailedEvents: List<CapturedLogicFailed>)