RecordedEvent
data class RecordedEvent(val kind: InMemoryTestTransport.Kind, val name: String, val properties: JsonObject, val envelope: Envelope?)
One recorded call. name is the event/screen name for Kind.TRACK/Kind.SCREEN, or the user id for Kind.IDENTIFY.
Constructors
Link copied to clipboard
constructor(kind: InMemoryTestTransport.Kind, name: String, properties: JsonObject, envelope: Envelope?)