ScheduledSessionTimelineSlice

data class ScheduledSessionTimelineSlice(val instantInDay: Instant, val timezone: TimeZone, val isLoaded: Boolean, val scheduledSessionWindows: List<ScheduledSessionWindow>, val notifications: List<ScheduledNotification>)

A parsed instance of the schedule calculated at a given instant in time and split into which schedules are available now, up next, or require scheduling a notification.

Constructors

Link copied to clipboard
constructor(instantInDay: Instant, timezone: TimeZone, isLoaded: Boolean, scheduledSessionWindows: List<ScheduledSessionWindow>, notifications: List<ScheduledNotification>)

Properties

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