WeatherFullScreenStateProvider

class WeatherFullScreenStateProvider(    context: Context,     weatherAppConfig: WeatherAppConfig,     weatherDateTimeFormatter: WeatherDateTimeFormatter)

Constructors

Link copied to clipboard
constructor(context: Context, weatherAppConfig: WeatherAppConfig, weatherDateTimeFormatter: WeatherDateTimeFormatter)

Functions

Link copied to clipboard
fun get(currentWeather: WeatherNowWithForecast?, address: SearchAddress?): WeatherFullScreenState?