is there any way to get deep-link that has been used to navigate to a destination? in addOnDestinationChangedListener method on navController there exists a NavDestination object, but I was not abled to get the deep-link.
Asked
Active
Viewed 369 times
1 Answers
1
there is something we can do. this line of code can give us the deeplink:
arguments[KEY_DEEP_LINK_INTENT]

mrzbn
- 497
- 1
- 3
- 15