ursus
04/04/2026, 3:17 PMNav3 on payment deeplink I used to just find Fragment reference in the fragment manager, cast it and call a function on it a "payment successful" callback
How would this translate to Nav3? Is this no longer a navigation library concern and should it be some SharedFlow I manage myself, i.e. unrelated to navigation?
Or, can I get a hold of the nav entry reference, or ideally its viewmodel (scoped to the entry)?piyush
04/04/2026, 5:41 PMNavigator which maintain your back stack or you can use sharedflow to observe changes and do that way.Konstantin Tskhovrebov
04/04/2026, 5:41 PMursus
04/04/2026, 5:56 PMpiyush
04/04/2026, 6:36 PMursus
04/04/2026, 7:57 PMIan Lake
04/04/2026, 11:46 PMIan Lake
04/04/2026, 11:49 PMLocalActivity.current as OnNewIntentProvider as mentioned https://kotlinlang.slack.com/archives/CJLTWPH7S/p1708009228234749?thread_ts=1707831281.198569&cid=CJLTWPH7Sursus
04/05/2026, 8:14 AMrememberLauncherForActivityResult) permission results etc, which then gets piped into viewmodel via a function, like clicks etc do?
Or a completely me-owned sharedflow/stateflow injected into viewmodel ctor via DI?