src/core/smart-session-context/smart-session-context.service.ts
A service used to retreive/update the user's session context.
Properties |
Methods |
|
constructor(http: SmartHttpService, serviceAdapter: SmartServiceAdapter)
|
|||||||||
Parameters :
|
Public RefreshCache |
RefreshCache()
|
Returns :
Promise<any>
Promise |
Static SESSION_CONTEXT_URI |
Type : string
|
Default value : null
|
The session context URI |
sessionContext |
Type : ReplaySubject<SessionContext>
|
Default value : new ReplaySubject<
SessionContext
>(1)
|