In our application settings, the user can see a list of accounts they have set up. Now I want to enable them to configure these accounts by navigating to a second-level settings page (like the Mail app does), probably using SettingsFlyout.showSettings.
But using this functionality I can't pass any parameters to that page (which would specify which account should be displayed in that sub-page).
Is there a recommended way to do this?
All the best
Marcus