loadPageData

abstract fun loadPageData(page: Int): CalendarPage

Takes a page number and a DisplayDate producer, and returns a set of rows to display in the calendar UI. This should not implement any caching itself, caching is handled by consumers.

Sources

Link copied to clipboard