app
app
/
com.example.examer.ui.screens
/
UserAttribute
User
Attribute
data
class
UserAttribute
(
val
label
:
String
,
val
value
:
String
,
val
onClick
:
(
)
->
Unit
)
Content copied to clipboard
Constructors
Properties
Constructors
User
Attribute
Link copied to clipboard
fun
UserAttribute
(
label
:
String
,
value
:
String
,
onClick
:
(
)
->
Unit
)
Content copied to clipboard
Properties
label
Link copied to clipboard
val
label
:
String
Content copied to clipboard
onClick
Link copied to clipboard
val
onClick
:
(
)
->
Unit
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard