Represents the Pega Client for Windows's container
object, which is the topmost
element of the public JavaScript API.
You can access the object by using the launchbox.Container
reference.
Name | Description | Type |
---|---|---|
networkStatus | The object provides information about the state of the network connection. It is updated automatically as the value changes on the device. The object's value is cached by the JavaScript. |
object
|
osName | The name of the operating system. |
string |
osVersion | The version of the operating system. |
string |
version | The version of Pega Client for Windows. This property is logged in JavaScript using plain console log. |
string |
Name | Description | Return type |
---|---|---|
addLifecycleListener | Registers any of various lifecycle callbacks. It is used to establish the status of either the Pega Client for Windows or the web application. |
undefined |
removeLifecycleListener | Removes a listener used to pass various lifecycle callbacks. |
undefined |