My end goal is to open a fragment on click of a notification. This answer seemed useful but NavDeepLinkBuilder creates a new instance of the activity which is not what I was looking for.
I also found this method which sends out intents to the existing activity but I'm not sure how to bring up the destination fragment from the activity.