calendar-view
1.1.1
calendar-view
/
com.sy007.calendar.widget
/
RangeMonthView
/
onInterceptSelect
on
Intercept
Select
open
override
fun
onInterceptSelect
(
calendarDay
:
CalendarDay
)
:
Boolean
Content copied to clipboard
是否拦截日期选中事件,如果拦截则不会回调日期选中事件 你可以在此方法中拦截不想让用户点击的日期
Return
true 表示拦截,false 表示不拦截