openSettingsURLString
The URL string you use to deep link to your app’s custom settings in the Settings app.
Declaration
nonisolated class let openSettingsURLString: StringDiscussion
Create a URL from this value and pass it to the open(_:options:completionHandler:) method to launch the Settings app and display your app’s custom settings, if it has any.
For design guidance, see Human Interface Guidelines.