Package org.altbeacon.beacon
Interface RangeNotifier
-
public interface RangeNotifierThis interface is implemented by classes that receive beacon ranging notifications
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddidRangeBeaconsInRegion(Collection<Beacon> beacons, Region region)Called once per second to give an estimate of the mDistance to visible beacons
-
-
-
Method Detail
-
didRangeBeaconsInRegion
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 ofBeaconobjects that have been seen in the past secondregion- theRegionobject that defines the criteria for the ranged beacons
-
-