When using the navigation architecture, is it possible to explicitly assign fragment tag names to the fragments that you navigate to so that later you can refer back to them if you need to do something with them on the back stack? I'm referring to navigate calls like these: NavController.navigate(R.id.exampleFragment)
If it's not possible, then what is the default tag name given to the fragments that NavController.navigate()
adds to the back stack?