Re: [webpayments] How are third-party native wallets integrated? (#42)

I don't think we will be using https://developer.chrome.com/multidevice/android/intents in our implementation. I am not aware of how this method gets the data back to the Web application. That's a good question, though.

Nevertheless, since we control the implementation of the user agent, we can pass information from Android's ```setResult()``` to the calling Web app's ```payment.request().then()``` callback.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments/issues/42#issuecomment-166705416

Received on Tuesday, 22 December 2015 19:08:50 UTC