WebView callback information (GUAWebViewRet)
Data Structure
- Unity
- Unreal Engine
GUAWebViewRet: Embedded browser callback information, inherits from GUABaseResult, contains basic information.
| Parameters | Type | Description |
|---|---|---|
| MsgType | int | JS returned message type: 100: Close 101: JS calls Native |
| MsgJsonData | string | JSON information returned by JS |
| EmbedProgress [MSD only] | float | Browser loading progress |
| EmbedUrl [MSD only] | string | Browser address |
GUAWebViewRet: Embedded browser callback information, inherits from GUABaseResult, contains basic information.
| Parameters | Type | Description |
|---|---|---|
| msg_type | int | JS returned message type: 100: Close 101: JS calls Native |
| msg_json_data | std::string | JSON information returned by JS |
| embed_progress [MSD only] | float | Browser loading progress |
| embed_url [MSD only] | std::string | Browser address |