Config
constructor(endpointBaseUrl: String = Environment.PRODUCTION.baseUrl, appId: String? = null, secret: String? = null, bundledMetadataAssetPath: String? = null, bundledMetadataRawResId: Int = 0, generateSearchIndex: Boolean = false, maxProductDatabaseAge: Long = TimeUnit.HOURS.toMillis(1), maxShoppingCartAge: Long = TimeUnit.HOURS.toMillis(4), disableCertificatePinning: Boolean = false, initialSQL: List<String> = emptyList(), vibrateToConfirmCartFilled: Boolean = false, loadActiveShops: Boolean = false, checkInRadius: Float = 500.0f, checkOutRadius: Float = 1000.0f, lastSeenThreshold: Long = TimeUnit.MINUTES.toMillis(15), networkInterceptor: Interceptor? = null, manualProductDatabaseUpdates: Boolean = false)