关闭嵌入式浏览器(Close)(仅限 MSDK)
[仅限 MSDK] 关闭嵌入式浏览器。
支持的平台
- Unity
- Unreal Engine
支持
Android, iOS
平台。支持
Android, iOS
平台。函数定义
- Unity
- Unreal Engine
void Close();
static void Close();
回调处理
回调处理接口是 GUAWebViewResultObserver。回调数据结构是 GUAWebViewRet。
- Unity
- Unreal Engine
回调事件是 WebViewRetEvents 。 回调 ID 是 GUA_WEBVIEW_CLOSE_URL
。
回调事件是 OnWebViewOptNotify 。 回调 ID 是 kMethodIDWebviewCloseURL
。
代码示例
- Unity
- Unreal Engine
UnionAdapterAPI.GetWebViewService().Close();
GUA_NAMESPACE::GUAWebViewService::Close();