loadData

abstract suspend fun loadData(intervals: MutableList<TimeInterval> = mutableListOf())

Loads the data for the specified time intervals.

Parameters

intervals
  • The time intervals to load data for.