System Web Browser
[ Reference ]
Description
Utility to interact with the system web browser.
Utilities
- openUrl
[ Reference ]
Open the system web browser at the specified URL.
Usage
SystemWebBrowser.openUrl(context, "https://jedemm.com")
If Firebase Analytics is enabled, you can pass an argument indicating the reason why the browser opens, this argument is registered as a parameter in an event in Firebase Analytics.
SystemWebBrowser.openUrl(context, "https://jedemm.com", "jedemm_website")