Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RequestCurrentAddressUseCase(weatherLastAddressRepository: WeatherLastAddressRepository)
class RequestLocalWeatherNowWithForecastUseCase(weatherRepository: WeatherRepository, observeUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase)
Link copied to clipboard
class RequestWeatherNowWithForecastUseCase(weatherRepository: WeatherRepository, observeUserPreferredUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase)
Link copied to clipboard
class StartObservingLocationForWeatherUseCase(weatherAppConfig: WeatherAppConfig, weatherLocationRepository: WeatherLocationRepository, requestLocalWeatherUpdate: RequestLocalWeatherUpdateUseCase, sampleTimeMillis: Long)
Link copied to clipboard
class StartObservingUnitsOfMeasurementUseCase(observeUserPreferredUnitOfMeasurements: ObserveUserPreferredUnitOfMeasurementsUseCase, requestLocalWeatherUpdate: RequestLocalWeatherUpdateUseCase)
Link copied to clipboard
Link copied to clipboard