StudyBurstSchedule

data class StudyBurstSchedule(val timezone: TimeZone, val studyBurstList: List<StudyBurst> = listOf())

A parsed instance of the schedule calculated from the user's joined instant in time onward, and organized in by study burst event ID

Constructors

Link copied to clipboard
constructor(studyBurstScheduleSlice: ScheduledSessionTimelineSlice)

Using the full participant schedule, first filter the non-study burst sessions, and then organize the sessions by study burst and the LocalDate startDate.

constructor(timezone: TimeZone, studyBurstList: List<StudyBurst> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
val timezone: TimeZone