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).
The preferred way to create a WebcomApplication instance is to use one of the withAsset or withConfiguration static methods.
Constructors
WebcomApplication
Link copied to clipboard
Builds a WebcomApplication instance reading settings from Java properties.
WebcomApplication
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Builds a WebcomApplication instance reading settings from an Android assetFileName.
WebcomApplication
Link copied to clipboard
Low-level constructor for the WebcomApplication class.
Types
Companion
Link copied to clipboard
object Companion
Content copied to clipboard
Provides with a set of methods and properties to easily build WebcomApplication instances.
Functions
service
Link copied to clipboard
Retrieves (or creates) the unique Webcom service of a given type associated with this WebcomApplication instance.
Properties
authenticationService
Link copied to clipboard
Convenient shortcut to
service(AuthenticationService::class
to retrieve the unique instance of AuthenticationService associated with this WebcomApplication.datasyncService
Link copied to clipboard
Convenient shortcut to
service(DatasyncService::class
to retrieve the unique instance of DatasyncService associated with this WebcomApplication.