Package com.maxkeppeler.sheets.calendar

Types

Link copied to clipboard
typealias CalendarDateListener = (dateStart: Calendar, dateEnd: Calendar?) -> Unit

Listener which returns the selected date or selected start to end date.

Link copied to clipboard
enum CalendarMode : Enum<CalendarMode>

Calendar modes that can be used.

Link copied to clipboard
typealias CalendarMultipleDatesListener = (date: List<Calendar>) -> Unit

Listener which return the multiple selected dates

Link copied to clipboard
class CalendarSheet : Sheet

The CalendarSheet lets you pick a date or date range.

Link copied to clipboard
enum SelectionMode : Enum<SelectionMode>

There are two selection modes to use.

Link copied to clipboard
enum TimeLine : Enum<TimeLine>

There are two timelines. One of them can be disabled.