src/core/user-profile/user-profile.service.ts
Methods |
|
constructor(serviceAdapter: SmartServiceAdapter, http: SmartHttpService)
|
|||||||||
Parameters :
|
Public getUserProfile | ||||||||||||||||||||
getUserProfile(profileType: SmartUserProfileType | string, profileKey: string, profileName: string)
|
||||||||||||||||||||
Type parameters :
|
||||||||||||||||||||
Fetches the user profile from the backend
Parameters :
Returns :
Observable<SmartUserProfile<T>>
Observable<SmartUserProfile |
Public persistUserProfile | ||||||
persistUserProfile(localProfile: SmartUserProfile
|
||||||
Type parameters :
|
||||||
Persists a local user profile to the backend
Parameters :
Returns :
Observable<void>
Observable |