TL;DR:
- Collect Android environment information + (string escape + base64 encode)
- Send data to
fingerprintDatafunction in WebView viaWebView.evaluateJavascript - Forward data sent into the WebView to
arkoseEnforcement.dataResponse(dataCollection)in the JavaScriptapi.js - Emit the event from
api.jstoenforcement.version_hash.js
Le.emit("data_response", {message: "data_response", data: eventData, key: Jt.config.publicKey});