AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Session
Info
Manager
constructor
get
Timer
Key
retrieve
Session
Info
update
Session
Info
Hierarchy
SessionInfoManager
Index
Constructors
constructor
Methods
get
Timer
Key
retrieve
Session
Info
update
Session
Info
Constructors
constructor
new
Session
Info
Manager
(
prefixKey
?:
string
)
:
SessionInfoManager
Parameters
Default value
prefixKey:
string
= ""
Returns
SessionInfoManager
Methods
get
Timer
Key
get
Timer
Key
(
)
:
any
Returns
any
retrieve
Session
Info
retrieve
Session
Info
(
trackingId
:
string
)
:
SessionInfo
Parameters
trackingId:
string
Returns
SessionInfo
update
Session
Info
update
Session
Info
(
userId
:
string
, sessionInfo
:
SessionInfo
)
:
void
Parameters
userId:
string
sessionInfo:
SessionInfo
Returns
void