-
public interface RangeNotifier
This interface is implemented by classes that receive beacon ranging notifications
-
-
Method Summary
Modifier and Type Method Description abstract void
didRangeBeaconsInRegion(Collection<Beacon> beacons, Region region)
Called once per second to give an estimate of the mDistance to visible beacons -
-
Method Detail
-
didRangeBeaconsInRegion
abstract void didRangeBeaconsInRegion(Collection<Beacon> beacons, Region region)
Called once per second to give an estimate of the mDistance to visible beacons
- Parameters:
beacons
- a collection ofBeacon
objects that have been seen in the past second
region
- theRegion
object that defines the criteria for the ranged beacons
-
-
-
-