public interface CBRangingListener
Cubeacon.addRangingListener(CBRangingListener),
Cubeacon.startRangingBeaconsInRegion(CBRegion),
CBRegion,
CBBeacon| Modifier and Type | Method and Description |
|---|---|
void |
didRangeBeaconsInRegion(java.util.List<CBBeacon> beacons,
CBRegion region)
Called once per second to give an estimate of the mDistance to visible beacons.
|