public static interface BeaconManager.RangingListener
| Modifier and Type | Method and Description |
|---|---|
void |
onBeaconsDiscovered(Region region,
java.util.List<Beacon> beacons)
Tells listener what beacons are currently in range.
|
void onBeaconsDiscovered(Region region, java.util.List<Beacon> beacons)
region - Region that was used for ranging.beacons - List of beacons sorted by accuracy.