Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
profile
/
ProfileRepositoryImpl
Profile
Repository
Impl
class
ProfileRepositoryImpl
(
fortressApiService
:
FortressApiService
,
sessionRepository
:
SessionRepository
)
:
ProfileRepository
Members
Constructors
Profile
Repository
Impl
Link copied to clipboard
constructor
(
fortressApiService
:
FortressApiService
,
sessionRepository
:
SessionRepository
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cached
User
Profile
Link copied to clipboard
open
override
val
cachedUserProfile
:
StateFlow
<
UserProfile
?
>
Functions
fetch
User
Profile
Link copied to clipboard
open
suspend override
fun
fetchUserProfile
(
forceRefresh
:
Boolean
)
:
Result
<
UserProfile
>