ScheduledSession

constructor(refGuid: String, instanceGuid: String, startEventId: String? = null, startTime: LocalTime, delayTime: String? = null, expiration: DateTimePeriod, persistent: Boolean = false, studyBurstId: String? = null, studyBurstNum: Int? = null, timeWindowGuid: String? = null, assessments: List<ScheduledAssessment>, startDate: LocalDate, endDate: LocalDate, type: String? = null)

Parameters

refGuid
instanceGuid
startEventId

An event ID for this scheduled session. The event ID may be mapped to a timestamp for a user. If the event ID does not exist for the user, the client should ignore this scheduled session. Otherwise, it should be shown to the user according to the scheduling information.

startDay
endDay
startTime
delayTime
expiration
persistent
studyBurstId
studyBurstNum
timeWindowGuid
assessments
type

ScheduledSession