In this section, you will find how to implement the webview on Android for using the Unico IDPay product.
For the Android use case, using a Webview is recommended.
After creating the transaction and obtaining the transaction link, the following implementation is recommended:
In your regular flow (where IDPay is integrated), you will open the Webview with the link generated via API.
You can customize how this opening works in the way that best fits your application.
You will monitor if there is a URL change (to the redirectUrl) and then close the Webview.