LaunchOrForegroundApplicationUseCase

class LaunchOrForegroundApplicationUseCase(launchApplicationRepository: LaunchApplicationRepository, applicationLifecycleObserver: ApplicationLifecycleObserver)

Constructors

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

Functions

Link copied to clipboard
suspend operator fun invoke()

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