Package-level declarations

Types

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

A configuration interface for weather-related settings.