public interface OnDateSelectedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDateSelected(MaterialCalendarView widget,
CalendarDay date,
boolean selected)
Called when a user clicks on a day.
|
void onDateSelected(@NonNull
MaterialCalendarView widget,
@NonNull
CalendarDay date,
boolean selected)
widget - the view associated with this listenerdate - the date that was selected or unselectedselected - true if the day is now selected, false otherwise