GUAWebViewRet
Data Structures
- Unity
- Unreal Engine
GUAWebViewRet
: Callback information of the embedded browser, inherits from GUABaseResult, which includes basic information.
Parameter | Type | Description |
---|---|---|
MsgType | int | Type of message returned by JS 100: Close 101: JS calls Native code |
MsgJsonData | string | JSON message returned by JS |
EmbedProgress [MSDK Only] | float | Browser loading progress |
EmbedUrl [MSDK Only] | string | Browser URL |
GUAWebViewRet
: Callback information of the embeded browser, inherits from GUABaseResult, which includes basic information.
Parameter | Type | Description |
---|---|---|
msg_type | int | Type of message returned by JS 100: Close 101: JS calls Native code |
msg_json_data | std::string | JSON message returned by JS |
embed_progress [MSDK Only] | float | Browser loading progress |
embed_url [MSDK Only] | std::string | Browser URL |