GhostDevice

data class GhostDevice(val ghostClientId: String, val originalClientInfo: ClientInfo, val sessionStartTime: Long, val sessionEndTime: Long, val eventCount: Int = 0, val logicEventCount: Int = 0, val sessionExportJson: String? = null)(source)

Represents a ghost device imported from a recorded session.

Constructors

Link copied to clipboard
constructor(ghostClientId: String, originalClientInfo: ClientInfo, sessionStartTime: Long, sessionEndTime: Long, eventCount: Int = 0, logicEventCount: Int = 0, sessionExportJson: String? = null)

Properties

Link copied to clipboard
val eventCount: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard