Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
ai.dockware.core.profile
Package-level
declarations
Types
Types
No
User
Profile
Exception
Link copied to clipboard
class
NoUserProfileException
(
message
:
String
=
"No user profile available"
)
:
Exception
Profile
Repository
Link copied to clipboard
interface
ProfileRepository
User
Profile
Link copied to clipboard
data
class
UserProfile
(
val
id
:
String
,
val
first_name
:
String
,
val
last_name
:
String
,
val
organization_id
:
String
,
val
invitation_status
:
String
?
,
val
email
:
String
)