3

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.

mrzbn
  • 497
  • 1
  • 3
  • 15

1 Answers1

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