Open Central Control [MSDK Only]
[MSDK Only] Open a central compliance platform website for use in China only.Currently, global markets are not supported.The jsonStr is issued by the central control to the client. MSDK will use this parameter to open the central control’s webview page.
Supported Platforms
- Unity
- Unreal Engine
Supports
Android, iOS platform.Supports
Android, iOS platform.Function Definition
- Unity
- Unreal Engine
void OpenPrajnaWebView(string jsonStr);
static bool OpenPrajnaWebView(std::string jsonStr);
Input Parameters
- Unity
- Unreal Engine
| Parameters | Type | Description |
|---|---|---|
| jsonStr | string | WebView Configuration |
| Parameters | Type | Description |
|---|---|---|
| jsonStr | std::string | WebView Configuration |
Code Example
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().OpenPrajnaWebView("jsonStr");
GUA_NAMESPACE::GetToolsService::OpenPrajnaWebView("jsonStr");