Companion

object Companion

Provides with a set of methods and properties to easily build WebcomApplication instances.

Functions

Link copied to clipboard
fun fromAsset(file: String? = null): WebcomApplication

Builds a WebcomApplication from an Android asset file.

Link copied to clipboard
fun fromConfiguration(configuration: WebcomConfiguration): WebcomApplication

Builds a WebcomApplication from an already existing configuration.

Link copied to clipboard
fun fromProperties(properties: Properties): WebcomApplication

Builds a WebcomApplication from Java properties.

Properties

Link copied to clipboard
val default: <ERROR CLASS>

Gets the default WebcomApplication instance, ie the one built from the "webcom.properties" asset file.