app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.greybox.projectmesh.user
/
UserDao
/
getUserByUuid
get
User
By
Uuid
abstract
suspend
fun
getUserByUuid
(
uuid
:
String
)
:
UserEntity
?
Get a user by their UUID.
Return
The matching UserEntity or null if not found
Parameters
uuid
The UUID of the user