Interface ModuleConfigurationCallback

    • Method Detail

      • configure

        JSONObject configure​(JSONObject configuration)
        Receives the current configuration, which can be copied or returned, or (more typically) modified and returned.
        Parameters:
        configuration - a JSONObject containing the current configuration.
        Returns:
        a JSONObject containing the changed configuration, most probably the same one received as a parameter.