URL Display Mode for Android
The URL Display Mode in UIConfiguration determines how a link opens when clicked by a user. You can set the SDK to open links in the default browser or in a browser within the app.
This article applies to the following implementations:
UI SDK | Core SDK |
---|---|
✅ |
To open links in the default browser, set urlDisplayMode
to ExternalBrowser
. To open links in a browser within the app, set urlDisplayMode
to InlineBrowser
.