WebView Callback Information (WebviewResult)
Data Structure
FINTLWebViewResult: Inherited from FINTLBaseResult, contains basic information.
| Parameters | Type | Explanation |
|---|---|---|
| MsgType | int32 | JS returned message type: 100: Close 101: JS calls Native |
| MsgJsonData | FString | JSON information returned by JS |