Package-level declarations

Types

Link copied to clipboard
class RequestLocalWeatherUpdateUseCase(requestLocalWeatherNowWithForecast: RequestLocalWeatherNowWithForecastUseCase, requestCurrentAddress: RequestCurrentAddressUseCase, appStore: AppStore, connectivityProvider: ObserveConnectivityUseCase, weatherAppConfig: WeatherAppConfig, retryOptions: RetryOptions)
Link copied to clipboard
class RequestPlaceWeatherUseCase(appStore: AppStore, weatherConfig: WeatherAppConfig, requestWeatherUseCase: RequestWeatherNowWithForecastUseCase, isWeatherIntegrationEnabled: IsWeatherIntegrationEnabledUseCase, observeParkingBreakEnabled: ObserveParkingBreakEnabledUseCase, observeConnectivity: ObserveInternetAccessUseCase)
Link copied to clipboard
class StartObservingLocationForWeatherUseCase(weatherAppConfig: WeatherAppConfig, weatherLocationRepository: WeatherLocationRepository, requestLocalWeatherUpdate: RequestLocalWeatherUpdateUseCase, sampleTimeMillis: Long)