StartObservingLocationForWeatherUseCase

class StartObservingLocationForWeatherUseCase(    weatherAppConfig: WeatherAppConfig,     weatherLocationRepository: WeatherLocationRepository,     requestLocalWeatherUpdate: RequestLocalWeatherUpdateUseCase,     sampleTimeMillis: Long)

Constructors

Link copied to clipboard
constructor(    weatherAppConfig: WeatherAppConfig,     weatherLocationRepository: WeatherLocationRepository,     requestLocalWeatherUpdate: RequestLocalWeatherUpdateUseCase,     sampleTimeMillis: Long)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend operator fun invoke()