Skip to content

Commit

Permalink
Update doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Oct 11, 2020
1 parent 8d21d76 commit 4e38ddb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,9 @@ open class CalendarView : RecyclerView {
* Useful if your [startMonth] and [endMonth] values are many years apart.
* See [updateMonthRange] and [updateMonthRangeAsync] for more refined updates.
*
* Note: the setup MUST finish before any other methods can are called. To be
* notified when the setup is finished, provide a [completion] parameter.
*
* @param startMonth The first month on the calendar.
* @param endMonth The last month on the calendar.
* @param firstDayOfWeek An instance of [DayOfWeek] enum to be the first day of week.
Expand Down

0 comments on commit 4e38ddb

Please sign in to comment.