ConfigurationImpl

Handles the configuration options for the BlueConic library. The configuration is read from the resources of the client application. To have access to the resources the context is required.

Parameters

context

The application context.

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard
open override var appID: String

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

Link copied to clipboard
open override var hostName: String

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

Link copied to clipboard
open override val isDebugMode: Boolean

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

Functions

Link copied to clipboard

Checks whether all the settings and dependencies are available for the client to work properly.