Zoom Virtual Agent - Android Official docs: - https://developers.zoom.us/docs/virtual-agent/android/ Quick Links 1. concepts/webview-lifecycle.md 2. examples/js-bridge-patterns.md 3. references/android-reference-map.md 4. troubleshooting/common-issues.md Integration Model - Host campaign URL in Android WebView. - Inject runtime context ( ). - Register JavaScript bridge for , , . - Apply URL policy via and optional multi-window callbacks. Hard Guardrails - Initialize handlers before expecting JS callbacks. - Treat legacy command handling as compatibility path only. - Prefer DOM links or handli…