UniWebView Bridge 测试页检查环境中...

协议:uniwebview://setOrientationuniwebview://openURL uniwebview://onEventJsuniwebview://getAppsFlyerData
Unity 返回通过 window.onUnityMessage(data)
1) 旋转设备方向
2) 打开外部浏览器
3) AppsFlyer 测试
3.1 上报 AppsFlyer 事件(onEventJs)
Callback Params(每行 key=value,会加 cp. 前缀)
Partner Params(每行 key=value,会加 pp. 前缀)
3.2 获取 AppsFlyer 信息(getAppsFlyerData)
Unity 将回传 { type:'appsflyer', info:{...} }
日志
在 UniWebView 中加载时,左侧按钮会真实调用 Unity;在浏览器打开时,将进行“模拟调用”。