URL Display Mode for iOS
The URL Display Mode in the UIConfiguration object determines how a link opens when clicked by a user. You can set the SDK to open the links in an external browser (Safari) or in a browser within the app (SFSafariViewController).
This article applies to the following implementations:
| UI SDK | Core SDK |
|---|---|
| ✅ |
To open links in an external browser (Safari), set urlDisplayMode to externalBrowser. To open links in a browser within the app (SFSafariViewController), set urlDisplayMode to inlineBrowser.