performNotificationDefaultAction with SwiftUI

In my watchOS extension, I'm using the WKUserNotificationHostingController. If I override isInteractive and return true, how do I allow for opening the app?

Essentially I want to know how to make the app open when tapping on specific elements of the custom View which is displayed.

In previous versions I'd just call the performNotificationDefaultAction method on the WKUserNotificationInterfaceController.
performNotificationDefaultAction with SwiftUI
 
 
Q