isAnyInRange

fun Beacons.isAnyInRange(beaconIds: List<BeaconID>): Flow<Boolean>

Gets a Flow that indicates whether any BeaconID have been detected

Return

A Flow containing true if any of the BeaconID have been scanned.

Parameters

beaconIds

the list of BeaconID to scan for