ReactiveBeacons icon indicating copy to clipboard operation
ReactiveBeacons copied to clipboard

How to scan beacons at specified regular intervals

Open balasubramaniam opened this issue 5 years ago • 2 comments

Pls provide some code samples

balasubramaniam avatar Oct 09 '18 08:10 balasubramaniam

ReactiveBeacons allows to receive information about scanned beacons as they are being detected by the device. We cannot control this. Nevertheless, we can control output of the processed stream. In this situation, we can try to use debounce(...) operator to emit an item after particular time span. I'll try to find some time later to provide you the code sample.

pwittchen avatar Oct 09 '18 20:10 pwittchen

ok thanks for the reply

balasubramaniam avatar Oct 10 '18 06:10 balasubramaniam