WebView Callback Information (WebviewResult)
Data Structure
INTLWebViewResult: Inherits from INTLBaseResult, containing basic information.
| Parameters | Type | Explanation |
|---|---|---|
| MsgType | int | JS returned message type: 100: Close 101: JS calls Native |
| MsgJsonData | string | JSON information returned by JS |