WeatherElement

data class WeatherElement(val temperature: String, val condition: WeatherElement.Condition, val secondaryText: String? = null, val title: String? = null, val daytime: Boolean = true, val sentiment: Sentiment = Sentiment.Nominal) : UiElement.Static

Constructors

Link copied to clipboard
constructor(temperature: String, condition: WeatherElement.Condition, secondaryText: String? = null, title: String? = null, daytime: Boolean = true, sentiment: Sentiment = Sentiment.Nominal)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val daytime: Boolean = true
Link copied to clipboard
val secondaryText: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: String? = null