Webcom Configuration
Represents the settings of a WebcomApplication instance.
WebcomConfiguration instances are generally built using the fromProperties and fromAsset methods.
Constructors
Builds a WebcomConfiguration instance with specific settings.
Types
Provides with a set of methods to easily build WebcomConfiguration instances.
Available versions of the websocket protocol between the Webcom SDK client and the Webcom back end.
Functions
Creates a copy of this WebcomConfiguration with the WebcomConfiguration.offlineCache property set to offlineCache.
Creates a copy of this WebcomConfiguration with the WebcomConfiguration.startOnline property set to startOnline.
Properties
The offline data to restore into the local cache when starting the Webcom application. The specified data must have been previously retrieved using DatasyncService.offlineCache.
Indicates whether the DatasyncService will open the websocket to the Webcom back end at start up.