toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
app
/
edu.stanford.bdh.engagehf.navigation.screens
/
AccountUiState
Account
Ui
State
data
class
AccountUiState
(
val
showDialog
:
Boolean
=
false
,
val
email
:
String
=
""
,
val
name
:
String
?
=
null
,
val
initials
:
String
?
=
null
,
val
isHealthSummaryLoading
:
Boolean
=
false
)
Members
Constructors
Account
Ui
State
Link copied to clipboard
constructor
(
showDialog
:
Boolean
=
false
,
email
:
String
=
""
,
name
:
String
?
=
null
,
initials
:
String
?
=
null
,
isHealthSummaryLoading
:
Boolean
=
false
)
Properties
email
Link copied to clipboard
val
email
:
String
initials
Link copied to clipboard
val
initials
:
String
?
=
null
is
Health
Summary
Loading
Link copied to clipboard
val
isHealthSummaryLoading
:
Boolean
=
false
name
Link copied to clipboard
val
name
:
String
?
=
null
show
Dialog
Link copied to clipboard
val
showDialog
:
Boolean
=
false