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