AdaptyOnboardingsDatePickerParams

data class AdaptyOnboardingsDatePickerParams(val day: Int? = null, val month: Int? = null, val year: Int? = null) : AdaptyOnboardingsStateUpdatedParams

Represents a date picker input update.

Constructors

Link copied to clipboard
constructor(day: Int? = null, month: Int? = null, year: Int? = null)

Properties

Link copied to clipboard
val day: Int? = null

The selected day (optional).

Link copied to clipboard
val month: Int? = null

The selected month (optional).

Link copied to clipboard
val year: Int? = null

The selected year (optional).