Webcom Application
Represents a Webcom application.
It is the base object from which you can get a Webcom service (using the XXXService
properties such as authenticationService or datasyncService).
Instances of WebcomApplication are built using one of the fromConfiguration, fromAsset or fromProperties static methods.
Types
Provides with a set of methods and properties to easily build WebcomApplication instances.
Functions
Retrieves (or creates) the unique Webcom service of a given type associated with this WebcomApplication instance.
Properties
Convenient shortcut to service(AuthenticationService::class
to retrieve the unique instance of AuthenticationService associated with this WebcomApplication.
The WebcomConfiguration associated with this WebcomApplication instance.
Convenient shortcut to service(DatasyncService::class
to retrieve the unique instance of DatasyncService associated with this WebcomApplication.