打开中央控制 [仅限 MSDK]
[仅限 MSDK] 打开一个只供中国使用的中央合规平台网站。目前不支持全球市场。jsonStr
由中控下发到客户,MSDK 会用参数打开中控的 webview 页面。
支持的平台
- Unity
- Unreal Engine
支持
Android, iOS
平台。支持
Android, iOS
平台。函数定义
- Unity
- Unreal Engine
void OpenPrajnaWebView(string jsonStr);
static bool OpenPrajnaWebView(std::string jsonStr);
入参说明
- Unity
- Unreal Engine
参数 | 类型 | 说明 |
---|---|---|
jsonStr | string | WebView 配置 |
参数 | 类型 | 说明 |
---|---|---|
jsonStr | std::string | WebView 配置 |
代码示例
- Unity
- Unreal Engine
UnionAdapterAPI.GetToolsService().OpenPrajnaWebView("jsonStr");
GUA_NAMESPACE::GetToolsService::OpenPrajnaWebView("jsonStr");