Searched refs:DevLauncherIntentRegistryInterface (Results 1 – 5 of 5) sorted by relevance
15 import expo.modules.devlauncher.launcher.DevLauncherIntentRegistryInterface26 …val intentRegistry: DevLauncherIntentRegistryInterface = object : DevLauncherIntentRegistryInterfa… in checks_if_pending_deep_link_is_displayed()39 declareInDevLauncherScope<DevLauncherIntentRegistryInterface> { in checks_if_pending_deep_link_is_displayed()49 val intentRegistry = it.koin().get<DevLauncherIntentRegistryInterface>() in <lambda>()
8 interface DevLauncherIntentRegistryInterface { in <lambda>() interface18 class DevLauncherIntentRegistry : DevLauncherIntentRegistryInterface {
5 import expo.modules.devlauncher.launcher.DevLauncherIntentRegistryInterface21 single<DevLauncherIntentRegistryInterface> { DevLauncherIntentRegistry() } in <lambda>()
18 import expo.modules.devlauncher.launcher.DevLauncherIntentRegistryInterface32 private val intentRegistry: DevLauncherIntentRegistryInterface by inject()
55 private val pendingIntentRegistry: DevLauncherIntentRegistryInterface by inject() in <lambda>()