Reactive-Billing icon indicating copy to clipboard operation
Reactive-Billing copied to clipboard

Multiple subscriptions to purchaseFlow

Open mruijzendaal opened this issue 7 years ago • 0 comments

Hi,

I'm new with both Reactive-Billing and RxJava. I'm trying to subscribe multiple subscribers to the purchaseFlow Observable. If i understand correctly, you could accomplish this with share() or publish() but I'm not sure how I would go about implementing this.

The effect I'm trying to accomplish is that multiple (two) views can register to the same purchaseFlow() object independently.

Excuse me if this not an appropriate question here.

mruijzendaal avatar Apr 27 '17 15:04 mruijzendaal