Reactive-Billing
Reactive-Billing copied to clipboard
Multiple subscriptions to purchaseFlow
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.