ConstructorIoConfig

fun ConstructorIoConfig(    apiKey: String,     serviceUrl: String = BuildConfig.SERVICE_URL,     quizzesServiceUrl: String = BuildConfig.QUIZZES_SERVICE_URL,     segments: List<String> = emptyList(),     testCells: List<Pair<String, String>> = emptyList(),     autocompleteResultCount: Map<String, Int> = mapOf(Constants.QueryValues.SEARCH_SUGGESTIONS to 10, Constants.QueryValues.PRODUCTS to 0),     defaultItemSection: String = BuildConfig.DEFAULT_ITEM_SECTION,     servicePort: Int = BuildConfig.SERVICE_PORT,     serviceScheme: String = BuildConfig.SERVICE_SCHEME,     defaultAnalyticsTags: Map<String, String> = emptyMap())