WeatherFullScreenState

Types

Link copied to clipboard
data class Data(    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>) : WeatherFullScreenState
Link copied to clipboard

Properties

Link copied to clipboard
abstract val backgroundResId: Int