ReactiveBeacons icon indicating copy to clipboard operation
ReactiveBeacons copied to clipboard

Add RxJava based convenience methpds to AccessRequester class

Open pwittchen opened this issue 5 years ago • 0 comments

We can have something like:

Single<Boolean> isBluetoothEnabled()
Single<Boolean> isLocationEnabled(context)

and then create more functional data flow with flatMap without using if statements.

After adding this, there should be also documentation update.

pwittchen avatar Aug 23 '18 07:08 pwittchen