https://kotlinlang.org logo
#rx
Title
u

ubu

05/04/2018, 2:22 PM
Hi there. How would you wrap async methods in Rx? I use
BillingClient
, that has a connection callback, then I make some query with some results that I also receive in some other callback. How would I deliver these results to an Observable?