Adapty
androidJvm
AdaptyUI
/
com.adapty.ui.onboardings.actions
/
AdaptyOnboardingDatePickerParams
Adapty
Onboarding
Date
Picker
Params
class
AdaptyOnboardingDatePickerParams
(
val
day
:
Int
?
,
val
month
:
Int
?
,
val
year
:
Int
?
)
Members
Constructors
Adapty
Onboarding
Date
Picker
Params
Link copied to clipboard
constructor
(
day
:
Int
?
,
month
:
Int
?
,
year
:
Int
?
)
Properties
day
Link copied to clipboard
val
day
:
Int
?
month
Link copied to clipboard
val
month
:
Int
?
year
Link copied to clipboard
val
year
:
Int
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String