WeatherFullScreenState

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>)

Constructors

Link copied to clipboard
constructor(address: String, @DrawableRes backgroundResId: Int, degreesNow: String, degreesHigh: String, degreesLow: String, @DrawableRes weatherIconResId: Int?, @StringRes descriptionResId: Int?, feelsLike: String, forecastItemStates: List<WeatherFullScreenForecastItemState>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard