You have an existing site hosted over a URL and using Web SDK. What can you use to connect and route events to the Android SDK?
Correct Answer: B
To connect and route events from an existing site hosted over a URL and using the Web SDK to the Android SDK, you should use GigyaWebBridge.
* GigyaWebBridge: This component enables seamless integration and communication between the Web SDK and the Android SDK, allowing events to be routed and handled appropriately across platforms.
* Functionality: By using GigyaWebBridge, you ensure that the events generated on the web application can be captured and processed by the mobile application, maintaining consistent user experience and data synchronization.
This approach provides a reliable way to connect your web-based site with mobile applications using the Android SDK.
References
* SAP Customer Data Cloud SDK Documentation