Report

data class Report

Client side version of participant ReportData.

Constructors

Link copied to clipboard
constructor(data: JsonObject, timeStamp: Instant, studyId: String)

Construct a report that will be stored based on a timeStamp Instant. The timeStamp will be truncated to seconds before storing.

constructor(data: JsonObject, localDate: LocalDate, studyId: String)

Construct a report that will be stored based on a LocalDate

Properties

Link copied to clipboard
var data: JsonObject
Link copied to clipboard
Link copied to clipboard
val dateTime: Instant?
Link copied to clipboard
val localDate: LocalDate?
Link copied to clipboard

Functions

Link copied to clipboard
fun Report.clientDataJson(): <Error class: unknown class>?