File

src/core/user-profile/user-profile.service.ts

Index

Methods

Constructor

constructor(serviceAdapter: SmartServiceAdapter, http: SmartHttpService)
Parameters :
Name Type Optional
serviceAdapter SmartServiceAdapter No
http SmartHttpService No

Methods

Public getUserProfile
getUserProfile(profileType: SmartUserProfileType | string, profileKey: string, profileName: string)
Type parameters :
  • T

Fetches the user profile from the backend

Parameters :
Name Type Optional Default value Description
profileType SmartUserProfileType | string No
profileKey string No 'Default'

*

profileName string No 'Default'

Observable<SmartUserProfile>

Public persistUserProfile
persistUserProfile(localProfile: SmartUserProfile)
Type parameters :
  • T

Persists a local user profile to the backend

Parameters :
Name Type Optional
localProfile SmartUserProfile<T> No
Returns : Observable<void>

Observable

result-matching ""

    No results matching ""