Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class WeatherFullScreenForecastItemState(val timeLocal: String, val degree: String, val precipChance: String?, @DrawableRes val iconResId: Int?)
Link copied to clipboard
data class WeatherFullScreenState(val address: String, @DrawableRes val backgroundResId: Int, val degreesNow: String, val degreesHigh: String, val degreesLow: String, @DrawableRes val weatherIconResId: Int?, @StringRes val descriptionResId: Int?, val feelsLike: String, val forecastItemStates: List<WeatherFullScreenForecastItemState>)
Link copied to clipboard
class WeatherFullScreenStateProvider(context: Context, weatherAppConfig: WeatherAppConfig, weatherDateTimeFormatter: WeatherDateTimeFormatter)
Link copied to clipboard
Link copied to clipboard