Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
profile
/
ProfileRepository
Profile
Repository
interface
ProfileRepository
Inheritors
ProfileRepositoryImpl
Members
Properties
cached
User
Profile
Link copied to clipboard
abstract
val
cachedUserProfile
:
StateFlow
<
UserProfile
?
>
Functions
fetch
User
Profile
Link copied to clipboard
abstract
suspend
fun
fetchUserProfile
(
forceRefresh
:
Boolean
=
false
)
:
Result
<
UserProfile
>