Retrieve Active Global Configuration

Prev Next

The getCurrentConfiguration() method provides the currently active global configuration of the Mapp Intelligence SDK. This is particularly useful when debugging the SDK implementation, as it allows developers to inspect the configuration settings that are in use.

Method

Kotlin:

// Retrieve the current global configuration
Webtrekk.getInstance().currentConfiguration.toString()

Java:

// Retrieve the current global configuration
Webtrekk.getInstance().getCurrentConfiguration().toString();