Package-level declarations

Types

Link copied to clipboard
interface IntentHandler
Link copied to clipboard
object Intents
Link copied to clipboard
class LaunchApplicationUseCase(    launchApplicationRepository: LaunchApplicationRepository,     applicationLifecycleObserver: ApplicationLifecycleObserver)
Link copied to clipboard
class LaunchOrForegroundApplicationUseCase(    launchApplicationRepository: LaunchApplicationRepository,     applicationLifecycleObserver: ApplicationLifecycleObserver)
Link copied to clipboard
class NavigationManager(    externalNavigationRepository: ExternalNavigationRepository,     appStore: AppStore,     launchOrForegroundApplication: LaunchOrForegroundApplicationUseCase,     clearActiveRouteDestination: ClearActiveRouteDestinationUseCase,     scope: CoroutineScope)