InstallationInfo
InstallationInfo =
object
Defined in: sdks/js/agent-sdk/src/debug/log.ts:94
Registration details for the client’s inbox and installation.
Properties
Section titled “Properties”installationId
Section titled “installationId”installationId:
string
Defined in: sdks/js/agent-sdk/src/debug/log.ts:98
This client’s installation ID.
isMostRecent
Section titled “isMostRecent”isMostRecent:
boolean
Defined in: sdks/js/agent-sdk/src/debug/log.ts:102
Whether this client is the newest registered installation.
mostRecentInstallationId
Section titled “mostRecentInstallationId”mostRecentInstallationId:
null|string
Defined in: sdks/js/agent-sdk/src/debug/log.ts:100
ID of the newest registered installation, or null if none is found.
totalInstallations
Section titled “totalInstallations”totalInstallations:
number
Defined in: sdks/js/agent-sdk/src/debug/log.ts:96
Number of registered installations in the inbox.

