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
Disposes the resources handled by this WebcomApplication instance
Disposes the resources handled by this WebcomApplication instance
Properties
The WebcomConfiguration associated with this WebcomApplication instance.
Extensions
Convenient shortcut to service(AuthenticationService::class
to retrieve the unique instance of AuthenticationService associated with this WebcomApplication.
Convenient shortcut to service(DatasyncService::class
to retrieve the unique instance of DatasyncService associated with this WebcomApplication.