PhoneNumberInputUiModel
data class PhoneNumberInputUiModel(val phoneNumber: String, val onPhoneNumberChanged: (String) -> Unit, val errorMessage: StringResource?, val countryCodeButtonTitle: String, val onCountryCodeButtonClicked: () -> Unit, val countrySelection: CountryCodeSelectionUiModel?) : PhoneNumberStep
Constructors
Link copied to clipboard
constructor(phoneNumber: String, onPhoneNumberChanged: (String) -> Unit, errorMessage: StringResource?, countryCodeButtonTitle: String, onCountryCodeButtonClicked: () -> Unit, countrySelection: CountryCodeSelectionUiModel?)