app
app
/
com.example.examer.ui.screens
/
DefaultExamerProfileScreen
Default
Examer
Profile
Screen
@
ExperimentalCoilApi
@
Composable
fun
DefaultExamerProfileScreen
(
currentlyLoggedInUser
:
ExamerUser
,
isLoadingOverlayVisible
:
Boolean
,
onNavigateToEditScreen
:
(
)
->
Unit
?
=
null
,
onNavigateFromEditScreen
:
(
)
->
Unit
?
=
null
,
updateProfilePicture
:
(
image
:
ImageBitmap
)
->
Unit
,
updateName
:
(
newName
:
String
)
->
Unit
,
updateEmail
:
(
newEmail
:
String
)
->
Unit
,
updatePassword
:
(
newPassword
:
String
)
->
Unit
,
isValidEmail
:
(
String
)
->
Boolean
,
isValidPassword
:
(
String
)
->
Boolean
)
Content copied to clipboard
A stateful implementation of
ProfileScreen
.