Mobile Payments SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mobile Payments SDK
Mobile Payments SDK
/
com.fiserv.payments.ui.views.models
/
CountryDropdownState
Country
Dropdown
State
data
class
CountryDropdownState
(
var
expanded
:
Boolean
=
false
,
var
countries
:
List
<
Country
>
=
listOf()
,
var
selectedCountry
:
Country
?
=
Country(name = "United States", code = "US")
)
(
source
)
Members
Constructors
Country
Dropdown
State
Link copied to clipboard
constructor
(
expanded
:
Boolean
=
false
,
countries
:
List
<
Country
>
=
listOf()
,
selectedCountry
:
Country
?
=
Country(name = "United States", code = "US")
)
Properties
countries
Link copied to clipboard
var
countries
:
List
<
Country
>
expanded
Link copied to clipboard
var
expanded
:
Boolean
selected
Country
Link copied to clipboard
var
selectedCountry
:
Country
?