Retrieve Active Global Configuration
    • 1 Minute to read
    • Dark
      Light

    Retrieve Active Global Configuration

    • Dark
      Light

    Article summary

    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();


    Was this article helpful?