WeatherAppConfig

class WeatherAppConfig(    val feature: WeatherFeature,     val requestCurrentWeatherIntervalSeconds: Long,     val lowHighTemperatureForecastHours: Long,     val locale: Locale,     val updateIntervalSeconds: Long,     val requestCurrentWeatherDistanceThresholdKm: Double,     val weatherApiAnalyticsEnabled: Boolean)

Constructors

Link copied to clipboard
constructor(    feature: WeatherFeature,     requestCurrentWeatherIntervalSeconds: Long,     lowHighTemperatureForecastHours: Long,     locale: Locale,     updateIntervalSeconds: Long,     requestCurrentWeatherDistanceThresholdKm: Double,     weatherApiAnalyticsEnabled: Boolean)