toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.phonenumber
/
CountryCodeUiModel
Country
Code
Ui
Model
data
class
CountryCodeUiModel
(
val
emojiFlag
:
String
,
val
countryCode
:
String
,
val
countryName
:
String
,
val
number
:
String
,
val
onClick
:
(
)
->
Unit
)
:
ComposableContent
Members
Constructors
Country
Code
Ui
Model
Link copied to clipboard
constructor
(
emojiFlag
:
String
,
countryCode
:
String
,
countryName
:
String
,
number
:
String
,
onClick
:
(
)
->
Unit
)
Properties
country
Code
Link copied to clipboard
val
countryCode
:
String
country
Name
Link copied to clipboard
val
countryName
:
String
emoji
Flag
Link copied to clipboard
val
emojiFlag
:
String
number
Link copied to clipboard
val
number
:
String
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
Functions
Content
Link copied to clipboard
@
Composable
open
override
fun
Content
(
modifier
:
Modifier
)
open
fun
Content
(
)