setNegativeButtonContentDescription

@CanIgnoreReturnValue
open fun setNegativeButtonContentDescription(@StringRes contentDescriptionId: Int): MaterialDatePicker.Builder<S>

Sets the content description used in the negative button

Parameters

contentDescriptionId

resource id to be used as content description in the negative button


@CanIgnoreReturnValue
open fun setNegativeButtonContentDescription(@Nullable contentDescription: CharSequence): MaterialDatePicker.Builder<S>

Sets the content description used in the negative button

Parameters

contentDescription

content description used in the negative button