OpenMarket
Open market page on native.
Parameters
url|string
- Pass in the URL of your Marketplace and open it in the default browser. You can either build your own Marketplace website or use our template to create one.
Returns
There is no response.
Code Example
string url = "Your marketplace URL";MWSDK.OpenMarket(url);
Edit this page on GitHub