Searched refs:intentRegistry (Results 1 – 2 of 2) sorted by relevance
26 …val intentRegistry: DevLauncherIntentRegistryInterface = object : DevLauncherIntentRegistryInterfa… in checks_if_pending_deep_link_is_displayed() constant35 intentRegistry.intent = Intent().apply { in checks_if_pending_deep_link_is_displayed()40 intentRegistry in checks_if_pending_deep_link_is_displayed()49 val intentRegistry = it.koin().get<DevLauncherIntentRegistryInterface>() in <lambda>() constant50 intentRegistry.intent = Intent().apply { data = Uri.parse("http://localhost:1234") } in <lambda>()
32 private val intentRegistry: DevLauncherIntentRegistryInterface by inject() constant38 intentRegistry.subscribe(this::onNewPendingIntent) in initialize()45 intentRegistry.unsubscribe(this::onNewPendingIntent) in invalidate()184 intentRegistry.intent?.data?.let { in getPendingDeepLink()189 promise.resolve(intentRegistry.intent?.action) in getPendingDeepLink()