komposecodepicker
Toggle table of contents
1.3.3
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
komposecodepicker
komposecountrycodepicker
/
com.joelkanyi.jcomposecountrycodepicker.data
Package-level
declarations
Types
Types
Country
Link copied to clipboard
data
class
Country
(
val
code
:
String
,
val
phoneNoCode
:
String
,
val
name
:
String
,
val
flag
:
Int
)
Country
is a data class that holds the data of a country.
Flag
Size
Link copied to clipboard
data
class
FlagSize
(
val
width
:
Dp
,
val
height
:
Dp
)
Data class to hold the size of the flag