android-browser-helper
android-browser-helper copied to clipboard
Make BillingWrapper take a listener for launchPaymentFlow
All the other BillingWrapper methods take a callback except for launchPaymentFlow. This is because when the class was originally designed, it adhered closely to the Play Billing API.
We should make launchPaymentFlow take a callback for consistency with the other methods.