OpenPrajnaWebView [MSDK Only]
[MSDK Only] Open the website for a centralized compliance platform which is only available for China. Currently does not support the global market. The centralized compliance platform sends jsonStr
to the client, and MSDK passes this parameter to open the WebView page.
Supported Platform
- 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
Parameter | Type | Description |
---|---|---|
jsonStr | string | WebView configuration |
Parameter | Type | Description |
---|---|---|
jsonStr | std::string | WebView configuration |
Code Sample
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().OpenPrajnaWebView("jsonStr");
GUA_NAMESPACE::GetToolsService::OpenPrajnaWebView("jsonStr");