DateValidator

Used to determine whether calendar days are enabled.

Extends Parcelable in order to maintain the DateValidator across device configuration changes. Parcelable breaks when passed between processes.

Inheritors

Functions

Link copied to clipboard
abstract fun isValid(date: Long): Boolean
Returns true if the provided date is enabled.