openURLInDefaultBrowser
Opens an URL in the user’s default browser
Description
vcc.openURLInDefaultBrowser(link)
Parameters
link
The URL link of the website
Return values
Example
let url = 'https://vcc.live/developers/script-sdk/overview/about-script-sdk';
vcc.openURLInDefaultBrowser(url);
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.