Configuration

interface Configuration

Interface for the configuration in the BlueConic library. The implementation can determine how the configuration properties are retrieved.

Inheritors

Properties

Link copied to clipboard
abstract val appID: String

Returns the ID of the app, e.g. "com.blueconic.demo".

Link copied to clipboard
abstract var hostName: String

Hostname of the BlueConic instance. e.g. 'https://example.blueconic.com'

Link copied to clipboard
abstract val isDebugMode: Boolean

Property to enable debugging of the library. For production releases this property should not be set or set to false.