eggheadgames / android-in-app-payments

Support Android Google Play and Amazon in-app billing (IAP) payments with one API
MIT License
58 stars 14 forks source link

Do callbacks on the main thread, like onPricesUpdated #13

Closed mikemee closed 4 years ago

mikemee commented 7 years ago

A suggestion from #10: Callbacks on the main thread, like onPricesUpdated

mikemee commented 7 years ago

@yurii-diachenko @AlexDibrivnyy What do you think? I think we intentionally did it this way to avoid other problems, but I don't recall.