WebView 回调信息(WebviewResult)
数据结构
INTLWebViewResult:继承自 INTLBaseResult,包含基础的信息。
参数 | 类型 | 说明 |
---|---|---|
MsgType | int | JS 传回的信息类型: 100:关闭 101:JS 调用 Native |
MsgJsonData | string | JS 传回的 JSON 信息 |
INTLWebViewResult:继承自 INTLBaseResult,包含基础的信息。
参数 | 类型 | 说明 |
---|---|---|
MsgType | int | JS 传回的信息类型: 100:关闭 101:JS 调用 Native |
MsgJsonData | string | JS 传回的 JSON 信息 |