Optional
additionalAny additional attributes associated with the platform.
Optional
ld_Additional information about the executing environment. Should be populated when available. Not all platforms will have this data.
Optional
ld_Device hardware information. Should be populated when available. Not all platforms will have this data.
Optional
nameThe name of the platform the SDK is running on. For instance 'Node'.
Optional
osInformation about the OS on which the SDK is running. Should be populated when available. Not all platforms will make this data accessible.
Optional
arch?: stringThe architecture. Ideally at runtime, but may be build time if that is a constraint.
Optional
name?: stringThe name of the OS. "MacOS", "Windows", or "Linux". If not one of those, then use the value provided by the OS.
Optional
version?: stringThe version of the OS.
Generated using TypeDoc
Information about the platform of the SDK and the environment it is executing.