Guides
Mobile Webview
This guide walks you through the steps to integrate the Push Cash user experience into a mobile application. The example uses a Swift iOS application which displays the UX in a webview, but the same principles can be applied to other platforms.
Load the UX in a webview
First you will write a View to load the UX in a webview. This view will be presented when the user taps a button in your application.
Define the callbacks
Replace the Coordinator in the example above to incorporate listeners to events surfaced by the Push Cash UX.
This allows you to dismiss the view controller on receiving any of the approved
, declined
and exit
callbacks from the UX, and handle them with your custom logic.