LaunchApplicationUseCase

class LaunchApplicationUseCase(launchApplicationRepository: LaunchApplicationRepository, applicationLifecycleObserver: ApplicationLifecycleObserver)

Constructors

Link copied to clipboard
constructor(launchApplicationRepository: LaunchApplicationRepository, applicationLifecycleObserver: ApplicationLifecycleObserver)

Functions

Link copied to clipboard
suspend operator fun invoke(showMapView: Boolean = false)

Throws TimeOutException if app will not launch Workaround: function tries to launch application twice. Created for this issue #2615