recordPastEvent

abstract fun recordPastEvent(eventId: String, secondsAgo: Long, count: Long = 1)

Records an event as if it were in the past. This, and advance_event_time are useful for testing. seconds_ago must be positive.