Builder
Functions
Link copied to clipboard
Creates a MaterialDatePicker with the provided options.
Link copied to clipboard
open fun <S> customDatePicker(@NonNull dateSelector: DateSelector<S>): MaterialDatePicker.Builder<S>
Sets the Builder's selection manager to the provided DateSelector.
Link copied to clipboard
Used to create a Builder that allows for choosing a single date in the
MaterialDatePicker
.Link copied to clipboard
Used to create a Builder that allows for choosing a date range in the
MaterialDatePicker
.Link copied to clipboard
@CanIgnoreReturnValue
Sets the first, last, and starting month.
Link copied to clipboard
@CanIgnoreReturnValue
Sets the DayViewDecorator.
Link copied to clipboard
Sets the input mode to start with.
Link copied to clipboard
@CanIgnoreReturnValue
@CanIgnoreReturnValue
Sets the content description used in the negative button
Link copied to clipboard
@CanIgnoreReturnValue
@CanIgnoreReturnValue
Sets the text used in the negative button
Link copied to clipboard
@CanIgnoreReturnValue
@CanIgnoreReturnValue
Sets the content description used in the positive button
Link copied to clipboard
@CanIgnoreReturnValue
@CanIgnoreReturnValue
Sets the text used in the positive button
Link copied to clipboard
Link copied to clipboard
@CanIgnoreReturnValue
Sets the formatter that will be used to input dates using a keyboard.
Link copied to clipboard
@CanIgnoreReturnValue
@CanIgnoreReturnValue
Sets the text used to guide the user at the top of the picker.