Package-level declarations

Types

Link copied to clipboard
class StartDiscoveringUseCase @Inject constructor(repo: StudyPlanetRepository)

Use case for initiating the process of discovering a new planet.

Link copied to clipboard
class StartExploringUseCase @Inject constructor(repo: StudyPlanetRepository)

Use case for initiating the process of exploring a selected planet.

Link copied to clipboard
class StopDiscoveringUseCase @Inject constructor(repo: StudyPlanetRepository)

Use case for stopping the process of discovering a new planet.

Link copied to clipboard
class StopExploringUseCase @Inject constructor(repo: StudyPlanetRepository)

Use case for stopping the process of exploring a discovered planet.