Access the Bundle from navDeepLinkBuilder.setArguments(bundle)
There is a Service that at some point creates a Notification that always leads to the same Fragment. The Service wants to send the Fragment some Key-Value Data. In an Intent I would put those as Extras. The PendingIntent doesn’t have a putExtras method, but the NavDeepLinkBuilder has a setArguments method that takes a Bundle.… Read More Access the Bundle from navDeepLinkBuilder.setArguments(bundle)